JedWatson / react-select

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

Accessibility - Options are getting announced in a repetitive manner #5707

Closed SairamAlagapan closed 9 months ago

SairamAlagapan commented 1 year ago

Is it possible to remove the repetitive announcement of options? Like for example: In the main page, when you open the dropdown and navigate through the options, the options list are getting announced as "option Purple focused , 3 of 10. 10 results available. Use up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".

This gets repetitive. Is there any way to remove the "10 results available. Use up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu" this part from the other options? Thanks in advance.

Screenshot 2023-07-20 at 2 23 56 PM

Regards, Sai Alagapan

SairamAlagapan commented 10 months ago

Any update on this please?