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
When using Bootstrap invalid fields are green instead of red. The problem is that the "ng-invalid" class is added to the field but ":valid" is still applied.
This is the input field:
When using Bootstrap invalid fields are green instead of red. The problem is that the "ng-invalid" class is added to the field but ":valid" is still applied.
This is the input field:
And this is the generated DOM:
And this is the output of checkValidity() function:
And the form itself:
The text was updated successfully, but these errors were encountered: