netceteragroup / valdr

A model centric approach to AngularJS form validation
http://netceteragroup.github.io/valdr/
MIT License
153 stars 43 forks source link

no message shown, if there are multiple asyncValidation on one input field #122

Open ghost opened 7 years ago

ghost commented 7 years ago

Situation: We have one input field and two angular validation directives, which both call the backend One of those two validation failed and were rejected. (As we have to show different error messages, we can't merge them into one directive)

Failure: no valdr message has been shown

Valdr Version: 1.1.6 Angular: 1.5.8

Could be obsolete when Issue#57 is implemented