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
3.0.0-beta.14
https://jsfiddle.net/d645wvL8/8/
when use value to set select value, it is not correct.
value
value is work
value not work
The text was updated successfully, but these errors were encountered:
This is a bug, you can replace :value with v-model until this gets fixed.
:value
v-model
This bug is caused by the value is being assigned before the select children are rendered.
select
I'm looking for a fix for it.
Sorry, something went wrong.
8084156
Successfully merging a pull request may close this issue.
Version
3.0.0-beta.14
Reproduction link
https://jsfiddle.net/d645wvL8/8/
Steps to reproduce
when use
value
to set select value, it is not correct.What is expected?
value is work
What is actually happening?
value not work
The text was updated successfully, but these errors were encountered: