Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Labels
Milestone
Description
modern browsers allow to propagate the valid/invalid state of native element viasetCustomValidity
ValidityState
APIs.
In combination with css pseudo-selector:invalid
this could shrink the size of our lib and the markup changes after validation to a minimum.
we should check whether we can apply our feature set to this api and drop the redundant functionality
https://developer.mozilla.org/en-US/docs/Web/API/ValidityState