Description:
When the user modifies the main password field after entering a value in the confirm-password field, the confirm-password input remains marked as valid even though the passwords no longer match.
Steps to Reproduce:
- Enter a password in the Password field.
- Enter the same value in the Confirm Password field (both are valid).
- Change the value of the Password field.
- Observe that the Confirm Password field remains valid instead of being revalidated.
Expected Behavior:
The Confirm Password field should immediately become invalid when the Password field value changes.
Actual Behavior:
The Confirm Password field remains valid even though the passwords no longer match.
Description:
When the user modifies the main password field after entering a value in the confirm-password field, the confirm-password input remains marked as valid even though the passwords no longer match.
Steps to Reproduce:
Expected Behavior:
The Confirm Password field should immediately become invalid when the Password field value changes.
Actual Behavior:
The Confirm Password field remains valid even though the passwords no longer match.