niksmr / vue-masked-input

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

Add emit events focus and focusout #60

Open Naymi opened 5 years ago

Naymi commented 5 years ago

Working with "vuetify" I did not like api to create a phone field mask. I decided to just tie the styles to "vue-masked-input". But it played an important role that with the focus and its removal, it is necessary to change the "classlist". Therefore, added "emit" of these events