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

How to add hex symbol in directive mask? #163

Closed Venegrad closed 3 years ago

Venegrad commented 3 years ago

How to add hex symbol in directive mask?

v-mask="'#999999'"

thats not work :*:(

Venegrad commented 3 years ago

can someone helps? How to create directive v-mask="'#999999'" for hex color, symbol # must always show

Venegrad commented 3 years ago

Im trying v-mask="'XXXXXX'", but how add not changeble hex symbol?