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

Users can add characters to the phone field #51

Open
Tiago-Rodrigs opened this issue Aug 9, 2024 · 0 comments
Open

Users can add characters to the phone field #51

Tiago-Rodrigs opened this issue Aug 9, 2024 · 0 comments

Comments

@Tiago-Rodrigs
Copy link

We have noticed that applicants are able to add characters to the input field of type 'tel'. Could you please take a look at this issue? Thank you in advance.

Issue:

Solution:

'onkeypress' => 'return /^[0-9+]$/.test(event.key)' since tel type doesn't block user typing characters

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

No branches or pull requests

1 participant