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
The validation-confirm-password directive does not monitor the password value, when the password input name is different from "password", even using passwordFieldId.
The
validation-confirm-password
directive does not monitor the password value, when the password input name is different from "password", even usingpasswordFieldId
.Simple test with the example in Plunker (http://plnkr.co/edit/z0DTSV?p=preview):
validation-confirm-password="true"
in Confirm Password;passwordFieldId
property to Confirm Password, with the same value as Password's id.The message
Passwords do not match.
will be displayed.The expected behavior is that the error message
Passwords do not match.
would disappear, but nothing happens.It appears that
passwordFieldId
is not working correctly.The text was updated successfully, but these errors were encountered: