Closed Blankeos closed 1 year ago
<script> let name = "Carl"; </script> <input name="name" bind:value={name} />
Changing the value of name via javascript instead of typing does not update the store correctly.
I believe that this is a duplicate of #60.
However, I'm open to suggestions if you see a possible solution to it.
Changing the value of name via javascript instead of typing does not update the store correctly.