autoNumeric/vue-autoNumeric

event on change

Closed this issue · 2 comments

does v-on:change working in this component?

any docs for events available?

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!

v-on:change event doesn't work