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

[fix] Accordion component fails a11y test when multiselectable is true #2204

Closed
vim-usds opened this issue Oct 14, 2022 · 0 comments · Fixed by #2396
Closed

[fix] Accordion component fails a11y test when multiselectable is true #2204

vim-usds opened this issue Oct 14, 2022 · 0 comments · Fixed by #2396
Assignees
Labels
type: bug Something isn't working like it's supposed to

Comments

@vim-usds
Copy link

vim-usds commented Oct 14, 2022

ReactUSWDS Version & USWDS Version:
ReactUSWDS: 3.1.0
USWDS: 2.13.3

Describe the bug
When setting the prop of multiselectable to true on the Accordion component, it fails the Axe Dev tools a11y check. When no setting this prop, the a11y check passes.

To Reproduce
Steps to reproduce the behavior:

  1. Install the Axe dev tools from here
  2. Render an Accordion component
  3. Enable multiselectable to true
  4. Open dev tools
  5. Run devAxe on the page and error in screenshots section

Expected behavior
Expecting the component to pass a11y checks when multiselectable is true or false.

Screenshots

Screen Shot 2022-10-13 at 8 58 14 PM

Additional context
No

Device and Browser Information (please complete the following information if describing a UI bug):

  • Chrome 105
@vim-usds vim-usds added the type: bug Something isn't working like it's supposed to label Oct 14, 2022
@werdnanoslen werdnanoslen self-assigned this May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working like it's supposed to
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants