JedWatson / react-select

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

Accessibility - Multi-select text input does not notify when a new value is added #5748

Open musickharkov opened 11 months ago

musickharkov commented 11 months ago

Hello, We are using react-select inside @atlaskit/select and found a bug here.

Steps to reproduce:

Actual behavior: The screen reader does not inform the addition of a new value or provide instructions for moving between values (pressing the left and right arrow keys)

Expected behavior: The screen reader should inform the addition of a new value and provide instructions for moving between values (pressing the left and right arrow keys) Behavior should be the same as for the "Creatable Multiselect Example" at https://react-select.com/creatable or https://codesandbox.io/s/p2zrqn?module=/example.tsx

Best regards!

gerardkcohen commented 9 months ago

Bump. This is now a blocker for us. Any assistance would be greatly appreciated.