vuejs-tips/vue-the-mask

How to add hex symbol in directive mask?

Venegrad opened this issue · 2 comments

How to add hex symbol in directive mask?

v-mask="'#999999'"

thats not work :*:(

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

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