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
fix: resolve dropdown keyboard selection issue by improving focus management
- Change main dropdown items from tabIndex={-1} to dynamic tabIndex based on focus state
- Update default item and no-items section to tabIndex={0} for proper keyboard event handling
- Ensures focused dropdown items can receive Enter/Space keydown events for selection
- Fixes issue where keyboard navigation worked but selection didn't
Co-authored-by: Anguel <modelorona@users.noreply.github.com>
0 commit comments