felte icon indicating copy to clipboard operation
felte copied to clipboard

Svelte HRM / Persist on code change?

Open tiagoapp opened this issue 2 years ago • 0 comments

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>

tiagoapp avatar Nov 06 '22 13:11 tiagoapp