-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: combobox invalid prop and status #3406
Comments
@sam11927 do you still have a need for this invalid state on Combobox? The |
Rescoped to fit the combobox's invalid status and include a prop. |
Part of a larger validation epic effort slotted for late 2023. |
Refer to the Figma file and image below: |
Installed and assigned for verification. |
Verified in |
Description
Combobox should have an invalid state (add a status prop)
Acceptance Criteria
Combobox shows red border and can accept an input-message as well.
Which Component
calcite-combobox
Example Use Case
want to show that the combobox is a required field, so when someone clicks in and doesn't select something, set the status to invalid and display an error message (in the form of an
input-message
).The text was updated successfully, but these errors were encountered: