-
Notifications
You must be signed in to change notification settings - Fork 60
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
fix: select combobox role #1219
Conversation
Deploy preview for fundamental-styles ready! Built with commit 4182325 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good but you can no longer open the menu when clicked on the button (except the first example which works)
Should we move the popover ids from
|
I added an |
Description
The W3C recently created an example for select-only comboboxes, which is used for inspiration
combobox
to supportaria-readonly
aria-haspopup
should belistbox
Deviations
aria-activedescendant
; instead our markup is meant to support a roving tabindex for focus management which is functionally equivalentaria-labelledby
; our documentation features the Select in isolation. This attribute would be used in tandem with a form labelTesting
Known Issue
Please check whether the PR fulfills the following requirements
https://github.com/SAP/fundamental-styles/wiki/PR-Review-Checklist