phiny1 / v-currency-field

The Vuetify Currency Field uses Vue Currency Input directive to create a currency component (<v-currency-field>)
https://phiny1.github.io/v-currency-field/
MIT License
60 stars 29 forks source link

Should update on input to mirror vuetify text fields #6

Closed kevinly24 closed 5 years ago

kevinly24 commented 5 years ago

The value entered by the user does not get emitted until the blur event. This change will update the emit the value on input.