We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Svelte Kit with HRM, is it possible to save the input values when we change anything on the code?
const name = field('name', '', [required()]); // @hrm:keep doesn't seem to help const myForm = form(name);
<input type="text" bind:value={$name.value} /> <p>example 123</p>
If i make any change to the "example 123" (for example, add a 4) the value of the input gets reset.
The text was updated successfully, but these errors were encountered:
chainlist
No branches or pull requests
Using Svelte Kit with HRM, is it possible to save the input values when we change anything on the code?
If i make any change to the "example 123" (for example, add a 4) the value of the input gets reset.
The text was updated successfully, but these errors were encountered: