JedWatson / react-select

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

Cannot select options on iOS with VoiceOver since 5.8.0 #5848

Open mbellagamba opened 5 months ago

mbellagamba commented 5 months ago

Using VoiceOver on iOS is not possible to select options. Issue #5190 already pointed out that is not possible to select an option with the canonical double tab. However users could still rely on a the workaround suggested in that comment. In release 5.8.0 it is not even possible to scroll through the options because the listbox closes after the first slide forward.

To reproduce the issue open https://2qmg83.csb.app/ using Safari on iOS with VoiceOver.

  1. Open the select double tapping on it.
  2. Swipe forward (from right to left) I expect the focus moves to the first option, instead the listbox closes.

The URL to reproduce the issue is generated from the CodeSandbox used in the react-select.com homepegage.

doubleforte commented 3 months ago

Any progress on this? It's very broken for VoiceOver on iOS. :(