Enhance Form Fields #19
tracker1
started this conversation in
Feature requests
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.
-
The few suggestions I have are as follows.
a. First, activate validity checks on both field blur, and submit attempts.
b. Once validation is activate check with onchange
c. Allow specific targeting of the label color, text color and border color for invalid and validated states for a cleaner look
<quite-form>wrapper could maintain validation state over the form to disable the submit button while fields are invalid when they've been checked.Apologies if these features are already possible, I hadn't dug into this library, only did some cursory browsing in the component previews in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions