Skip to content

Users can add characters to the phone field #51

Description

@Tiago-Rodrigs

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions