We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to interact with select tag by setting value with prop and getting it with on change event.
I found some unexpected behavior:
On the other hand if it is two-way binding, select is rendered with proper value.
https://svelte.technology/repl?version=2.11.0&gist=9bfb91057035f3fa96e0cacd0f122b63
The text was updated successfully, but these errors were encountered:
correctly set select value on mount - fixes #1666
ec63604
fixed in 2.12.1. thanks!
Sorry, something went wrong.
Merge pull request sveltejs#1681 from sveltejs/sveltejsgh-1666
ff6c4c7
correctly set select value on mount
Successfully merging a pull request may close this issue.
I am trying to interact with select tag by setting value with prop and getting it with on change event.
I found some unexpected behavior:
On the other hand if it is two-way binding, select is rendered with proper value.
https://svelte.technology/repl?version=2.11.0&gist=9bfb91057035f3fa96e0cacd0f122b63
The text was updated successfully, but these errors were encountered: