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
the validation seems to be working, the form and fields get the ng-valid and ng-invalid class applied. However the has-error never gets applied and [class.hidden]="!formModel.hasError(...)" is not working either
The text was updated successfully, but these errors were encountered:
I'll take a look, thanks. Meanwhile, take a look at the validator samples in the 2nd edition of this book. They're in chapter 11 at https://github.com/Farata/angulartypescript.
the validation seems to be working, the form and fields get the ng-valid and ng-invalid class applied. However the has-error never gets applied and [class.hidden]="!formModel.hasError(...)" is not working either
The text was updated successfully, but these errors were encountered: