svelte/test/runtime/samples/store-event/NameInput.html

1 line
44 B

<input on:input='store.setName(this.value)'>