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.
Just an idea, not an issue. Perhaps the $setValidity method in the input directive could call the HTML5 constraint validation api?
Some validation attributes are the same as the standard html5 attributes and will cause native browser validation, however others will not. Perhaps we could force the input directive to be more html5 compatible by integrating better with the element.validity.* properties?