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.
Current behavior:
Right now, when validators run, they only set the AngularJS validity, and not the HTML validtity. Because of this, we can't use the :invalid pseudo selector, which is used by Bootstrap 4 to display the validation styling.
Expected / new behavior:
Running validators should also set the the HTML validity in order to use :invalid pseudo selector.
AngularJS version: 1.5.11 (I checked source code of the latest version on master too)
Browser: [al]
Anything else:
I don't know if PR can still be made on this. If so, I could check it out to create one.