When using keyboard navigation (Arrow keys, Enter/Space) in interactive components such as Select or Dropdown, the focused element is lost after selecting a value.
Instead of preserving or moving focus to the next logical element, focus resets to the beginning of the page or becomes unpredictable across focusable elements.
This breaks expected keyboard navigation flow and significantly impacts accessibility and usability.
Steps to reproduce:
- Open a Select or Dropdown component using keyboard (Tab or Enter)
- Navigate options using ArrowUp / ArrowDown
- Select an option using Enter or Space
- Continue pressing Tab
Expected behavior:
Focus should remain inside the component, or
Move to the next logical focusable element in DOM order
Keyboard navigation should continue seamlessly without reset
When using keyboard navigation (Arrow keys, Enter/Space) in interactive components such as Select or Dropdown, the focused element is lost after selecting a value.
Instead of preserving or moving focus to the next logical element, focus resets to the beginning of the page or becomes unpredictable across focusable elements.
This breaks expected keyboard navigation flow and significantly impacts accessibility and usability.
Steps to reproduce:
Expected behavior:
Focus should remain inside the component, or
Move to the next logical focusable element in DOM order
Keyboard navigation should continue seamlessly without reset