angular-auto-validate icon indicating copy to clipboard operation
angular-auto-validate copied to clipboard

Is there any way to display more than one error message?

Open blakbarn opened this issue 9 years ago • 0 comments

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?

blakbarn avatar Aug 31 '16 23:08 blakbarn