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 have a 'select list' and an 'input'. I select an item and then when I enter a value in the input box, the select value gets reset.
2.1.7 & 2.1.8 (works correctly in 2.0.0 to 2.1.6)
https://jsfiddle.net/qz4cu3gc/1/ https://forum.vuejs.org/t/entering-a-value-in-an-input-is-resetting-a-select-value-am-i-missing-something/5126
Chosen item in the select list item stays selected
Select list item is being reset.
The text was updated successfully, but these errors were encountered:
This has been fixed by #4662 and will be released soon.
Sorry, something went wrong.
Great thx, sorry didn't recognise the same issue.
No branches or pull requests
I have a 'select list' and an 'input'. I select an item and then when I enter a value in the input box, the select value gets reset.
Vue.js version
2.1.7 & 2.1.8
(works correctly in 2.0.0 to 2.1.6)
Reproduction Link
https://jsfiddle.net/qz4cu3gc/1/
https://forum.vuejs.org/t/entering-a-value-in-an-input-is-resetting-a-select-value-am-i-missing-something/5126
Steps to reproduce
What is Expected?
Chosen item in the select list item stays selected
What is actually happening?
Select list item is being reset.
The text was updated successfully, but these errors were encountered: