You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
all regxp functon like return ['https://', 'example.com', '/', /[a-zA-Z0-9_]/] return TypeError: Cannot read properties of undefined (reading 'test')] if in value isset Underscores
@l2cri As specified in the documentation you should provide array of regular expressions per character. The library wasn't intended to be used for such complex cases like url conforming. Use pattern attribute of the <input/> instead
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
V-Mask and Vue versions
1.3.1, 2.5
Reproduction Link
Here is a fiddle of the bug
Steps to reproduce
_
underscore in the mask, for example:##_##-###
What is Expected?
Underscores should work
What is actually happening?
Masking no longer works at all
The text was updated successfully, but these errors were encountered: