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

is-valid-autocomplete should allow one-time-code as a standalone term #2335

Closed
lencioni opened this issue Jun 30, 2020 · 1 comment
Closed
Milestone

Comments

@lencioni
Copy link
Contributor

Expectation: <input type="text" autocomplete="one-time-code" /> should be allowed

Actual: It is flagged as invalid

Motivation: This autocomplete value can be used by some browsers to automatically fill in the value after receiving a one-time-code for 2-factor authentication. More info:


axe-core version: 3.5.5
axe-webdriver, extension or other integration version: eslint-plugin-jsx-a11y@6.3.0

Browser and Assistive Technology versions

For Tooling issues:
- Node version: 10.16.0  
- Platform: Mac 
@padmavemulapati
Copy link

Verified with the changes, <input type="text" autocomplete="one-time-code" /> allowing me to enter the values in textbox, also its not failing with input type , but showing failure for there is no label defined for the input type
used test code is : <input type="text" autocomplete="one-time-code" />
image

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

4 participants