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

Issue with simple alphanumerical mask with blank spaces #1361

Open
ivgome opened this issue May 3, 2024 · 0 comments
Open

Issue with simple alphanumerical mask with blank spaces #1361

ivgome opened this issue May 3, 2024 · 0 comments

Comments

@ivgome
Copy link

ivgome commented May 3, 2024

I'm encountering a problem with the use of the mask when working with simple alphanumeric fields (no special characters) with blank spaces.

We limit the maximum number of characters using input maxLength directly, however it is not possible to enter white spaces.

The alternative is to use a mask of the type: "A* A*", but I see it as very limited, since I don't know how many words the user is going to search for, therefore we cannot limit the number of spaces entered between words.

We have used a regex pattern for now and it works well, but it's strange not to find an alternative playing with the mask itself and [specialCharacters] or similar.

version 14.3.3.

thanks.

@ivgome ivgome changed the title issue with simple alphanumerical mask with blank spaces Issue with simple alphanumerical mask with blank spaces May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants