event on change
Closed this issue · 2 comments
GitzJoey commented
does v-on:change working in this component?
any docs for events available?
AlexandreBonneau commented
Hi @GitzJoey, if try the provided example, you can see that the native change event is correctly sent.
This is due to the fact that AutoNumeric makes sure every single events that should be sent, are indeed sent.
vue-autoNumeric does not hinder that behavior!
priami93 commented
v-on:change event doesn't work