Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix input with bind:value displaying "undefined"
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 #3569 I'm new to Svelte, but this seems to fix this problem.
- Loading branch information