You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! There is actually one more case that is somewhat related that still seems to be broken (if the select menu itself is also drawn out for the first time when the options are set):
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
The text was updated successfully, but these errors were encountered: