Broken keyboard navigation on grouped selects during filtering #4421
Labels
issue/bug-confirmed
Issues about a bug that has been confirmed by a maintainer
issue/has-pr
Issue has a PR attached to it that may solve the issue
#4398 / v4.0.2 fixed some issues with up/down navigation in a grouped select. However, if you type into a grouped select to filter it, then try to use the arrows, it's not working correctly. The arrow keys appear to be navigating all of the unfiltered options rather than just the filtered ones. This only seems to affect grouped selects. The regular ungrouped ones navigate filtered options just fine.
To reproduce:
Using the same example based on 3.2.0 works as expected: https://codesandbox.io/s/codesandboxer-example-forked-uhw5d
The text was updated successfully, but these errors were encountered: