Open
Description
Hello.
Thanks for the great component!
I have identified one issue, though.
When using the .lazy
modifier on v-model
, the AutoNumeric component updates the model on the input
event, rather than on the change
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.