Skip to content
New issue

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

Entering a value in a text input resets an unconnected select box. #4705

Closed
steveholmes opened this issue Jan 13, 2017 · 2 comments
Closed

Comments

@steveholmes
Copy link

steveholmes commented Jan 13, 2017

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

  1. Select an item from the select list.
  2. Enter anything in the text input

What is Expected?

Chosen item in the select list item stays selected

What is actually happening?

Select list item is being reset.

@yyx990803
Copy link
Member

This has been fixed by #4662 and will be released soon.

@steveholmes
Copy link
Author

steveholmes commented Jan 13, 2017

Great thx, sorry didn't recognise the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants