JedWatson / react-select

The Select Component for React.js
https://react-select.com/
MIT License
27.63k stars 4.13k forks source link

Aria-expanded property is not getting populated in react-select #3818

Open abhirastogi opened 5 years ago

abhirastogi commented 5 years ago

This is a bug regarding react-select v2.

We are reporting a bug which can also be found in React-Select home page (here) The aria-expanded property is not getting populated with the component during the runtime.

oleksandrnurzhanov commented 4 years ago

Just want to add that React-Select also has next problems while using JAWS screen reader.

STR:

  1. Go to React select home page
  2. Run JAWS screen reader
  3. Use keyboard to select an item from list

Actual results:

Expected results:

Please note that no issues were found while using VoiceOver on macOS

Could you please clarify is it possible to fix those issues in nearest time?

Thanks

srinivasmerugu commented 3 years ago

Is there any update on this? We are working on accessibility to add aria-expanded.