WebTemplateStudio icon indicating copy to clipboard operation
WebTemplateStudio copied to clipboard

React-Select requires dropdowns to be searchable in order to have aria-labels

Open ngkelly3 opened this issue 5 years ago • 1 comments

In order to make accessibility requirements, dropdowns must be searchable in order to apply aria-labels.

This is a limitation of the React-Select package being used. This is a known issue and a PR is up to fix this.

https://github.com/JedWatson/react-select/pull/3090

If this is a critical issue and can't wait for this PR, then a new dropdown should be investigated or a custom one built.

ngkelly3 avatar Apr 16 '19 23:04 ngkelly3

Having a look at this. It looks that you cannot move on the dropdown properly with the arrows, you can move using the tab and select the first or last option using Start / End (Inicio / Fin) keyboard keys.

prupipho avatar Oct 20 '20 11:10 prupipho