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/7738/head
parent
d6f88ac4e9
commit
6a0224cece
Loading…
Reference in new issue