wirecardBrasil / awesome-mask

The awesome-mask runs with Vue.js and uses the vanilla-masker to make your form awesome with masks.
MIT License
165 stars 22 forks source link

Append an alphanumeric character as part of the mask? #24

Closed harshalkhandare closed 7 years ago

harshalkhandare commented 7 years ago

Is it possible to append a prefix such as '+1' to a phone number using a mask? Something like

v-mask="'+1(999)999-9999'"
caioincau commented 7 years ago

unfortunately not, this is a problem with our dependency: https://github.com/vanilla-masker/vanilla-masker/issues/92