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.
Create a mask that includes the optional character followed by either a custom or standard placeholder
Attempt to enter a value that does not include the expected value for the given placeholder and it is allowed.
See "Optional Uppercase" and "Optional Digit" inputs in codesandbox link for details
What is Expected?
The mask ?#?# should allow only 1 or 2 digits.
What is actually happening?
The mask ?#?# allows 1 or 2 of any character
The text was updated successfully, but these errors were encountered:
killroyboy
changed the title
Optional character doesn't enforce following placeholder character
Optional placeholder doesn't enforce following placeholder character
May 1, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
V-Mask and Vue versions
"latest" (2.2.4), 2.5.2
Reproduction Link
https://codesandbox.io/s/v-mask-demo-forked-vbthi
Steps to reproduce
What is Expected?
The mask
?#?#
should allow only 1 or 2 digits.What is actually happening?
The mask
?#?#
allows 1 or 2 of any characterThe text was updated successfully, but these errors were encountered: