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

credit card holder name always uppercase mask #185

Open murilolivorato opened 2 years ago

murilolivorato commented 2 years ago

hello , there is an mask for the credit card holder name ( Always uppercase and with possibility that you can use spaces ) ? I used this one -

mask="AAAAAAAAAA"

But there is no possibility to type spaces .

if I type like this - john doe I want to be like this JOHN DOE