-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
Multiple select box does not work in same Vue instance.
Vue.js version
- Vue.js v2.0.2
Reproduction Link
https://jsfiddle.net/hd0drbo0/3/
Steps to reproduce
Change second select box value, method "testMethod" will be called infinite times, even it is not bonded to second select box.
Change first select box value, and later change second select box value, everything works as expected.
What is Expected?
Update of different models of select.
What is actually happening?
Infinite call of not assigned @change method.