-
Notifications
You must be signed in to change notification settings - Fork 785
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(community-index): 1800-avt1-community-index-downshift-label #2116
fix(community-index): 1800-avt1-community-index-downshift-label #2116
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/carbon-design-system/carbondesignsystem/plc6ns060 |
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.
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.
This may fall out of the bounds of the implementation here and be more of a question for the component implementation itself, but should clicking the label also close the dropdown once it's open?
It currently has a bit of an odd focus movement - the dropdown opens, and then when the label is clicked the focus flashes, moving from the input to the listbox
focus.movement.mov
…m:andreancardona/carbon-website into 1800-avt1-community-index-downshift-label
updated the hover! @aagonzales |
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.
Looks good!
…on-design-system#2116) * fix(community-index): 1800-avt1-community-index-downshift-label * update(component-index): added on hover Co-authored-by: Taylor Jones <[email protected]>
…on-design-system#2116) * fix(community-index): 1800-avt1-community-index-downshift-label * update(component-index): added on hover Co-authored-by: Taylor Jones <[email protected]>
Closes #1800
Downshift
accessibility violation by adding atextTitle
prop to theDropdown
component in Component Index.TESTING:
Accessibility Checker
and make sure the above violation (as seen in audit-avt1-community-insight-component-index: id downshift label #1800) does not appear.