Replies: 1 comment
-
I would suggest using a custom form validation instead of the built-in value range validation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Auto correction could lead to submission of unwanted inputs if the user is not aware of it.
I would like to see an error message (i.e. using
setCustomValidity
) to enforce the user to correct the input.Beta Was this translation helpful? Give feedback.
All reactions