shouldUseNativeValidation validates too fast #12574
Unanswered
binarykitchen
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using the
shouldUseNativeValidation
option, it validates everything right way on first page load and all input fields are marked as red with the:invalid
selectorThis is too fast. It should only start validating when the user interacts for the first time.
See example:
https://videomail.io/whitelist/
Not an ideal user experience.
Beta Was this translation helpful? Give feedback.
All reactions