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
{{ message }}
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Yes I can see the behavior since only changing the value on the confirmation input will trigger a validation action, basically there is no watch on the parent input (which is why the input stays valid after changing your password). I'm not crazy on having Angular-Validation to add multiple watch, but I don't think there is any other way to do it.
So I will see if I can add a $watch on the parent input (like the password field for example). That would probably fix both your issues when it becomes available.
Added a $watch on the parent field (for example Password) so that the matching input gets notified (example Password Confirmation).
Also note that it affects all matching validators, that is:
match: n,
different: n
Both your issues should now be fixed, if not let me know
Thanks for reporting it
I created the following issues using the live demo:
Issue 1:
Issue 2:
The text was updated successfully, but these errors were encountered: