-
Notifications
You must be signed in to change notification settings - Fork 119
Combobox Accessibility #3859
Copy link
Copy link
Open
Labels
Area: ComponentsRelated to the component library (core) of this systemRelated to the component library (core) of this systemStatus: Pls CRThis PR is ready for Code ReviewsThis PR is ready for Code ReviewsType: BugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
Area: ComponentsRelated to the component library (core) of this systemRelated to the component library (core) of this systemStatus: Pls CRThis PR is ready for Code ReviewsThis PR is ready for Code ReviewsType: BugSomething isn't workingSomething isn't working
Description
When I inspect the HTML of the combobox output I expect to see:
Instead I see:
aria-labeledbyaria attribute that should already be handled by the real label component.Link to Reproduction
https://paste.twilio.design/components/combobox
Steps to reproduce
Paste Core Version
latest
Browser
Google Chrome 123.0.6312.124
Operating System
Additional Information
If we build these non native components that replicate native elements we need to ensure that we make it accessible to how users normally interact with these components.