Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

secure entry/displayChar support for other mask types #1084

Open
CuddleBunny opened this issue Oct 14, 2024 · 0 comments
Open

secure entry/displayChar support for other mask types #1084

CuddleBunny opened this issue Oct 14, 2024 · 0 comments

Comments

@CuddleBunny
Copy link

CuddleBunny commented Oct 14, 2024

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant