mirror of https://github.com/sveltejs/svelte
There's a bug where when `<input bind:value={sampleVar} />` and `sampleVar` is updated to undefined (`sampleVar = undefined`), then the input displays "undefined" (despite the input initally showing up correctly empty when initialized to undefined). This issue has been documented since September 14, 2019 https://github.com/sveltejs/svelte/issues/3569 I'm new to Svelte, but this seems to fix this problem.pull/4849/head
parent
a1b0295fc3
commit
d8fb0bb62c
Loading…
Reference in new issue