You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Multiple select box does not work in same Vue instance.
Vue.js version
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.
The text was updated successfully, but these errors were encountered: