felte
felte copied to clipboard
Svelte HRM / Persist on code change?
Is it possible to keep the input of a form when we change something on the code around?
Example...
<form use:form>
<input type="text" name="name" />
<p>if you change a word here, the form text will be loss</p>
</form>