You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using matchField, if you enter a value into the field with the validator it will be marked as invalid, and then when you match the value in the field without the validator it stays invalid.
To Reproduce
Steps to reproduce the behavior:
Create basic match field as per docs
Type 'password' into the passwordConfirmation field
Type 'password' into the password field
The passwordConfirmation field is still invalid
Expected behavior
When the first field obtains a value which is the same as the field with the validator, the field should be marked as valid.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using matchField, if you enter a value into the field with the validator it will be marked as invalid, and then when you match the value in the field without the validator it stays invalid.
To Reproduce
Steps to reproduce the behavior:
passwordConfirmation
fieldpassword
fieldpasswordConfirmation
field is still invalidExpected behavior
When the first field obtains a value which is the same as the field with the validator, the field should be marked as valid.
The text was updated successfully, but these errors were encountered: