-
Notifications
You must be signed in to change notification settings - Fork 116
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
useKbEvents doesn't trigger v-model update #10
Comments
My solution was to create a
|
v-model not work with this keyboard |
the solution proposed by @nicksahler just works - thank you! i am using it like this (not with $refs):
|
Another example with different var names using @nicksahler solution and working
thanks |
Should someone submit a pull request for this or should this be left for manual implementation? I had to do the same thing, regardless of the |
I have set the options.useKbEvents to true and I hoped that this will trigger an update of the data property I used in v-model with the input field.
I see that the keypress event is dispatched but the data property doesn't update.
Do you know why?
Is there a workaround to achieve an automatic update of the data property?
Thanks for your help!
The text was updated successfully, but these errors were encountered: