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

Pattern mask bug with autofill #1263

Open
dvirtudazo opened this issue Oct 31, 2023 · 2 comments
Open

Pattern mask bug with autofill #1263

dvirtudazo opened this issue Oct 31, 2023 · 2 comments
Labels

Comments

@dvirtudazo
Copy link

dvirtudazo commented Oct 31, 2023

Numeric mask like '000-00-0000' (SSN format) saves autofill data for any input less than the length of the mask (in this case 9 digits). The only time a full length input is saved is if it the input starts with "9".

999-99-9999 gets saved
911-11-1112 gets saved
811-11-1112 doesn't get saved.
888-88-8888 doesn't get saved.
888-88-888 gets saved
123-45-6 gets saved
123-45-6789 doesn't get saved

@andriikamaldinov1
Copy link
Collaborator

@dvirtudazo Hi. Could you provide stackblitz ??

@dvirtudazo
Copy link
Author

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

No branches or pull requests

2 participants