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

When password is revealed with the reveal indicator, validation does not occur #8

Open
jwir3 opened this issue Apr 20, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@jwir3
Copy link
Contributor

jwir3 commented Apr 20, 2020

Steps to Reproduce:

  1. Load examples/password.html.
  2. Click on the password reveal indicator for the password field.
  3. Remove all characters from the password field.
  4. Click out of the password field.

Expected Results:

  • ✔️ The password field should be set to the error class, and an error message should be displayed.

Actual Results:

  • ❌ The password field does not have an error visible.

Note: Performing the same steps when the password reveal indicator is not set to visible results in the expected behavior.

@jwir3 jwir3 added the bug Something isn't working label Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant