niksmr / vue-masked-input

Masked input component for Vue.js
https://niksmr.github.io/vue-masked-input/
MIT License
454 stars 92 forks source link

Updated MaskedInput.js #66

Open denizkovanci opened 4 years ago

baranaltay commented 4 years ago

When value has change externally (without an input event etc.) mask should update itself and apply again in input. I think this pull request it sufficient if it's not a performance issue in component itself. @nobilix