Skip to content
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

Mark the AutocompletingTextInput Popover as not dialog #19114

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

sergiou87
Copy link
Member

xref. https://github.com/github/accessibility-audits/issues/8567

Description

After the changes in #17733, Popovers, by default, have a role="dialog", and that includes the popover used in the AutocompletingTextInput. This PR changes the isDialog prop to false in the AutocompletingTextInput component to mark the popover as not a dialog.

Release notes

Notes: [Fixed] Remove "dialog" role from the autocompletion suggestions popover

@sergiou87 sergiou87 merged commit 0d539fa into development Aug 19, 2024
8 checks passed
@sergiou87 sergiou87 deleted the autocompletion-is-not-dialog branch August 19, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants