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 was archived by the owner on Apr 12, 2024. It is now read-only.
I'm creating a form with 30+ input fields and each input field has multiple error checks. There are are many variables that can have unlikely inputs but should still be submittable if the user chooses so.
I really like ng-messages because it makes error handling neat. What I think is missing is $warning that unlike $error would show warnings the same way as errors but not make the ngmodel invalid. NgModel and the form should then need an extra option beside $valid and $invalid, perhaps $unclear?
The text was updated successfully, but these errors were encountered:
I see what you mean, but this has nothing to do with ng-messages. ngMessages takes any object hash and renders the properties if they are truthy. But for ngModel, we might need something like $warnings, or $info. Let's talk about this here: #13465
I'm creating a form with 30+ input fields and each input field has multiple error checks. There are are many variables that can have unlikely inputs but should still be submittable if the user chooses so.
I really like ng-messages because it makes error handling neat. What I think is missing is $warning that unlike $error would show warnings the same way as errors but not make the ngmodel invalid. NgModel and the form should then need an extra option beside $valid and $invalid, perhaps $unclear?
The text was updated successfully, but these errors were encountered: