Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[bug] TextInputMask silently swallows non alpha numeric values #3010

Open
ocoutts-usds opened this issue Aug 22, 2024 · 0 comments
Open

[bug] TextInputMask silently swallows non alpha numeric values #3010

ocoutts-usds opened this issue Aug 22, 2024 · 0 comments
Labels
type: bug Something isn't working like it's supposed to

Comments

@ocoutts-usds
Copy link
Contributor

When inputting a characters such as "*" into the value of TextInputMask, those values silently disappear in the masked output.

Steps to reproduce:

  1. Render an instance of TextInputMask
  2. Set the value field to *********
  3. Observe that the value is not respected.
@ocoutts-usds ocoutts-usds added the type: bug Something isn't working like it's supposed to label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working like it's supposed to
Projects
None yet
Development

No branches or pull requests

1 participant