-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
@input event not triggered in Select component when using multiple selection #395
Comments
Will investigate and fix. You are probably working with multiple selection so your model is an array. Computed props are not deep watchers. |
@rstoenescu thank you. You are correct, it is an array. I will find an work around. Would it be bad to place the $emit in the get()? |
Yes. Any rerender will emit @input then :) place a watcher in your app code like I mentioned until I got time to fix this. |
Fix available in future v0.14. |
Hi
I cannot get the select component to fire the vue event @input.
I have tested the component and it does not fire the set function.
Can someone see the problem?
Best regards
Rasmus
The text was updated successfully, but these errors were encountered: