Steps to Reproduce:
- Load
examples/password.html.
- Click on the password reveal indicator for the password field.
- Remove all characters from the password field.
- 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.