vrk-kpa / suomifi-ui-components

Suomi.fi-styleguide in React components
Other
30 stars 15 forks source link

[Hotfix] Dropdown, SingleSelect & MultiSelect screen reader a11y #883

Open riitasointi opened 1 week ago

riitasointi commented 1 week ago

Description

PR contains fixes for the Dropdown, SingleSelect & MultiSelect components. The changes to the Select components are mainly pre-emptive in nature and deal with the extra divs in the popover list.

Dropdown, on the other hand, needs a hotfix since the component is currently not working in the latest macOS version with Safari + VoiceOver. The fix is, fortunately, very simple: Just replace aria-owns with aria-controls in the dropdown button.

Motivation and Context

The issues were reported to us by an accessibility specialist.

How Has This Been Tested?

Styleguidist: macOS 15 with Safari + VO, Chrome + VO

Release notes

Dropdown

SingleSelect, MultiSelect