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

Accessibility improvements - Select component #5050

Open
3 tasks
robinmolen opened this issue Jan 28, 2025 · 0 comments
Open
3 tasks

Accessibility improvements - Select component #5050

robinmolen opened this issue Jan 28, 2025 · 0 comments
Labels
owner: dimpact topic: a11y Accessibility issues

Comments

@robinmolen
Copy link
Contributor

This ticket describes accessibility improvements for the SDK select component. It could be that we cannot fix the issues for this component, due to the react-select library component we use. Lets start with a time-box of 1/2 day, and assess if this is possible

  • 4.1.2 (name, role, value) The select component contains problems with name and role on the select element
  • 4.1.2 (name, role, value) The select component parent div contains aria-selected="true". This attribute isn't allowed on div elements
  • 4.1.2 (name, role, value) The select component parent div misses the aria-controls attribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
owner: dimpact topic: a11y Accessibility issues
Projects
Status: Todo
Development

No branches or pull requests

1 participant