-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Select with v-model triggers change event when its options are changed #6193
Labels
Comments
Looks like a regression |
The event is triggering at the beginning as well while it shouldn't |
jkzing
added a commit
to jkzing/vue
that referenced
this issue
Jul 23, 2017
13 tasks
yyx990803
pushed a commit
that referenced
this issue
Aug 29, 2017
FranklinTesla
pushed a commit
to FranklinTesla/vue
that referenced
this issue
Sep 5, 2017
ztlevi
pushed a commit
to ztlevi/vue
that referenced
this issue
Feb 14, 2018
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.4.2
Reproduction link
https://jsfiddle.net/floorish/e2h2vwc2/
Steps to reproduce
Dynamically change the
<option>
s in a<select v-model="val">
tag and thev-model
triggers a change event, but the actually chosen option hasn't changed.What is expected?
v-model
does not trigger a change eventWhat is actually happening?
v-model
triggers a change eventChange of behaviour intruduced in c90b140
The text was updated successfully, but these errors were encountered: