tbleckert / react-select-search

⚡️ Lightweight select component for React
https://react-select-search.com
MIT License
674 stars 149 forks source link

Arrow key based selection does not move into the next option group. #267

Open prathamesh-gharat opened 6 months ago

prathamesh-gharat commented 6 months ago

Describe the bug As the title says, the arrow key based selection does not move into the next option group, rather it just loops the selection within the items of the first option group.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'default--grouped demo link'
  2. Click on 'Dropdown' to open it
  3. Press down arrow key repeatedly until you see that the selection does not move into the next option group and just loops between the items of the first option group.

Expected behavior The arrow key based navigation should allow to select items in groups after the first one.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):