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

Add fix to make inputs of type email return true from isTextField #21162

Merged
merged 8 commits into from
Jul 7, 2020

Commits on Jul 6, 2020

  1. Add fix to make inputs of type email return true from isTextField to …

    …all native paste to handle pasting in email inputs
    Glen Davies committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    3d8a3c4 View commit details
    Browse the repository at this point in the history
  2. Limit to just input nodes with attribute type=email

    Glen Davies committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    94790af View commit details
    Browse the repository at this point in the history
  3. switch to explicitly identifying all input types that could be seen a…

    …s text
    Glen Davies committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    9fd8082 View commit details
    Browse the repository at this point in the history
  4. Switch to checking for non text input

    Glen Davies committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    1156545 View commit details
    Browse the repository at this point in the history
  5. Update test

    Glen Davies committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    2c541a7 View commit details
    Browse the repository at this point in the history
  6. Switch to direct 'type' call

    Co-authored-by: Ella van Durpe <wp@iseulde.com>
    2 people authored and Glen Davies committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    93495f3 View commit details
    Browse the repository at this point in the history
  7. Fix linting error

    Glen Davies committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    6928c45 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Add number to the non-text field list

    Glen Davies committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    43e796e View commit details
    Browse the repository at this point in the history