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
Steps To Reproduce
Use @input="onInput()" the onInput() is never fired.
Expected behavior
When the v-model is changed the @input function is fired.
This was working in Vue2 but not the Vue3 beta. I was able to get a change event working with the @option:selected event but @input no longer works. @option:selected also doesn't handle when the clear x button is clicked.
The text was updated successfully, but these errors were encountered:
Describe the bug
@input is no longer firing
Steps To Reproduce
Use @input="onInput()" the onInput() is never fired.
Expected behavior
When the v-model is changed the @input function is fired.
This was working in Vue2 but not the Vue3 beta. I was able to get a change event working with the @option:selected event but @input no longer works. @option:selected also doesn't handle when the clear x button is clicked.
The text was updated successfully, but these errors were encountered: