-
Notifications
You must be signed in to change notification settings - Fork 77
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(combobox): fix accessibility when an item's heading or label changes #11289
Conversation
It looks like the a11y test still fails. 😞 I've skipped it for the time being. The changes seem helpful though. Can you create an issue to make sure they go through the verification process? |
@jcfranco this one is failing as well: |
@jcfranco created issue and added test. Can I get a review? |
packages/calcite-components/src/components/combobox-item/combobox-item.e2e.ts
Outdated
Show resolved
Hide resolved
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.
Related Issue: #11301
Summary
heading
orlabel
changeslabel
as an ariaLabel on the accessible element.