Describe the problem
The user is not able to navigate using the keyboard arrow keys when component is selected using a mouse click but it works when component is selected using the tab or enter key.
This behaviour is seen in the select variants which are not typeahead like single select, select with checkbox, etc.
How do you reproduce the problem?
I'm using Chrome browser (but reproducible in Safari and Firefox).
- Select the select component (single or checkbox variant) using mouse.
- Try to navigate using keyboard arrow keys.
Sandbox links-
Single select
Select with Checkbox
Expected behavior
Select component (single variant, select with checkbox) should allow keyboard navigation regardless (mouse or keyboard) the way user selects it.
Is this issue blocking you?
This is a critical issue as the select components are used at various places in our customer-facing application.