You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested react-select using Windows Narrator, and I was unable to select any options. I open the select, and when I try to use the Arrow Down key to move to another option, the select closes.
I noticed that the onKeyDown function does not receive the Arrow Down event in the dropdown when Narrator is on.
I created a hook to handle this, but I’d appreciate it if react-select supported this natively.
Hey,
I tested react-select using Windows Narrator, and I was unable to select any options. I open the select, and when I try to use the Arrow Down key to move to another option, the select closes.
I noticed that the onKeyDown function does not receive the Arrow Down event in the dropdown when Narrator is on.
I created a hook to handle this, but I’d appreciate it if react-select supported this natively.
Here you can check the bug:
react-select.w.narrator.mp4
The hook: