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.74k stars 213 forks source link

Input of undefined length #130

Open esynaps opened 4 years ago

esynaps commented 4 years ago

How to make a mask for an input whose length is not defined?

Example : Number starting with 9 9123456789..... mask ? could be 9#*

nguyenk commented 2 years ago

Any updates on this ?