You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
wp-job-openings/inc/class-awsm-job-openings-form.php
Line 91 in 50130d4
Solution:
'onkeypress' => 'return /^[0-9+]$/.test(event.key)' since tel type doesn't block user typing characters
The text was updated successfully, but these errors were encountered: