Any character for Token pattern #120
-
Hey, I want to upgrade my maska for Vue from 1.5.2 to 2.1.4. So I made all the changes which were necessary but I have a problem now with the pattern for tokens. My Code for 1.5.2: My changed Code for 2.1.4: Can anyone help me to make this works and I can set the any character regex for token pattern in maska 2.1.4? Thanks. Regards Drake |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
When using simple form for custom tokens you should use string format without delimiters, like this: <input v-maska data-maska="SSS" data-maska-tokens="S:."> |
Beta Was this translation helpful? Give feedback.
When using simple form for custom tokens you should use string format without delimiters, like this: