Replies: 1 comment
-
Rather than submit a separate request, I'd like to extend this request to include checkboxes, switches and radio groups as well. All of these + comboboxes are frequently invalid if the user does not interact with them, e.g. "you must accept the terms" or "you must select a value." Currently we're just adding a |
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
Uh oh!
There was an error while loading. Please reload this page.
-
There is currently not a way to make a Combobox invalid. Every other form element, has a
invalid
-attribute, that'll trigger the invalid styling for the element usingdata-invalid
. Would be nice if this would be added to catalyst.Beta Was this translation helpful? Give feedback.
All reactions