I could have sworn this worked at some point, but I went back through different svelte versions and it seems to have always been an issue:
https://svelte.technology/repl?version=1.14.1&gist=155b2b84c2c9084986fd169a50c2b3dc
Changing the bind:value="something" to value="{{ something }}" does seem to work:
https://svelte.technology/repl?version=1.14.1&gist=a82840366f505969aa34964c6a87b7b1
I could have sworn this worked at some point, but I went back through different svelte versions and it seems to have always been an issue:
https://svelte.technology/repl?version=1.14.1&gist=155b2b84c2c9084986fd169a50c2b3dc
Changing the
bind:value="something"tovalue="{{ something }}"does seem to work:https://svelte.technology/repl?version=1.14.1&gist=a82840366f505969aa34964c6a87b7b1