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 Aug 15, 2021. It is now read-only.
I am creating a custom password validator that checks for upper case, lower case. number, symbol, min and max. I would like to display all the errors at one time instead of the just the first error message. I was using ng-pattern with one regular expression and a big long error message displaying the password requirements. This causes the user to have to look at the requirements and decide what is wrong with the password. I would like to tell them what is wrong with potentially showing them multiple messages. How would I accomplish this?
The text was updated successfully, but these errors were encountered:
blakbarn
changed the title
Is there any way to display more than one error message.
Is there any way to display more than one error message?
Aug 31, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am creating a custom password validator that checks for upper case, lower case. number, symbol, min and max. I would like to display all the errors at one time instead of the just the first error message. I was using ng-pattern with one regular expression and a big long error message displaying the password requirements. This causes the user to have to look at the requirements and decide what is wrong with the password. I would like to tell them what is wrong with potentially showing them multiple messages. How would I accomplish this?
The text was updated successfully, but these errors were encountered: