Relative Content

Tag Archive for vue.jsvuejs3nuxt.jsnuxt3.jsimaskjs

Incorrect operation of the mask when characters overflow

I ran into a problem on nuxt 3. When using the v-mask directive on an input with this mask mask: "{+7} (000) 000 00 00" a problem arises – if you enter more characters than in the mask, then one more character is written to the value, or more precisely, the least entered character is written.

Incorrect operation of the mask when characters overflow

I ran into a problem on nuxt 3. When using the v-mask directive on an input with this mask mask: "{+7} (000) 000 00 00" a problem arises – if you enter more characters than in the mask, then one more character is written to the value, or more precisely, the least entered character is written.