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
What problem you are trying to solve?
I have some fields with masks like number that I'd like to use displayChar with.
Describe the solution you'd like
The following should work:
IMask(element, {
mask: Number,
displayChar: '#'
}
Describe alternatives you've considered
Some of these fields I can represent with the pattern mask which supports secure entry, but many will not work with patterns.
The text was updated successfully, but these errors were encountered:
What problem you are trying to solve?
I have some fields with masks like number that I'd like to use displayChar with.
Describe the solution you'd like
The following should work:
Describe alternatives you've considered
Some of these fields I can represent with the pattern mask which supports secure entry, but many will not work with patterns.
The text was updated successfully, but these errors were encountered: