jonathanpmartins / v-money3

Vue3 currency input/directive mask
MIT License
103 stars 27 forks source link

Filter Restricted Characters out instead of throwing an error #40

Closed jonathanpmartins closed 3 years ago

jonathanpmartins commented 3 years ago
throw new Error('...')

Can cause unexpected problems with the Vue reactivity chain.