-
Notifications
You must be signed in to change notification settings - Fork 27
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
Ignoring the .lazy modifier #26
Comments
You are correct, I totally overlooked that modifier! |
@AlexandreBonneau |
Yes, but it depends on your definition of 'near future' really :) If you find the solution on your end, please feel free to create a PR! |
I've done some digging around and I don't think it's possible without this: |
Same issue. |
I think this works:
|
Thanks for you reply @cristian-frumusanu, |
@doucouredave So, if you would normally have
to make this work you have to write:
|
I was seeing a warning from AutoNumeric about the model being undefined. So I added |
Hello.
Thanks for the great component!
I have identified one issue, though.
When using the
.lazy
modifier onv-model
, the AutoNumeric component updates the model on theinput
event, rather than on thechange
event.I have created a fiddle to illustrate the issue in which there is a standard input next to a Vue AutoNumeric component: https://jsfiddle.net/p462eLa9/1/
Please let me know your thoughts on this.
The text was updated successfully, but these errors were encountered: