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

Multiple masks #64

Open 1encore opened 5 years ago

1encore commented 5 years ago

Hey, I wanted to add multiple masks to phone input, but it don't really work. <masked-input type="tel" name="phone" v-model.trim="phone" mask="['+\\9\\96 (999) 99-99-99', '+7 (999) 999-99-99']" >

Seems like it don't read arrays