Skip to content

Instantly share code, notes, and snippets.

@jutunen
jutunen / gist.md
Last active July 28, 2022 07:29
Semantic UI React Dropdown accessibility fix

Semantic UI React Dropdown accessibility fix

All screen readers can't handle SUI Dropdowns correctly as this issue points out.

In the following I'll show how to fix SUI React so that NVDA screen reader can read out keyboard controlled SUI Dropdown menu items.

1. Add aria-activedescendant prop to Dropdown component:

    <Dropdown