vuejs-tips / vue-the-mask

Tiny (<2k gzipped) and dependency free mask input for Vue.js
https://vuejs-tips.github.io/vue-the-mask/
1.72k stars 212 forks source link

Mask phone number with 9 or 8 digits #129

Closed gilbertoalbino closed 4 years ago

gilbertoalbino commented 4 years ago

Hi, is there a way to allow masking an input for both (11)12345-1234 or (11)1234-1234?

brdvsoftware commented 4 years ago

Hi, is there a way to allow masking an input for both (11)12345-1234 or (11)1234-1234?

Na demo do componente tem a máscara do 9º digito brasileiro. https://vuejs-tips.github.io/vue-the-mask/

gilbertoalbino commented 4 years ago

Ótimo. Não havia visto. Sugestão colocar próximo do Brazil Phone. Obrigado, trabalho fantástico!