Skip to content

Hotfix - Dropdown and Select accessibility

Latest
Compare
Choose a tag to compare
@LJKaski LJKaski released this 28 Nov 11:49
· 67 commits to develop since this release
c645c86

This Release fixes accessibility issues concerning Dropdown, SingleSelect and MultiSelect on MacOS + VoiceOver.

Release notes

Dropdown (#883)

  • Fix screen reader accessibility which manifested when browsing the popover list

SingleSelect, MultiSelect (#883)

  • Remove redundant divs from the popover list (between <ul> and <li>)
  • Fix ariaOptionsAvailableTextFunction documentation examples