It doesn't seem like there's a way to make a selection using your keyboard. For example:
- Use
Tab to focus dropdown button
- Use
Space to open the dropdown
- Use
Arrow Keys to navigate up and down
- Use
??? to make selection?
It appears the onSelect and onClick event handlers don't fire on keyboard selection. But I should be able to press Enter or Space to make a selection. Am I missing something?
It doesn't seem like there's a way to make a selection using your keyboard. For example:
Tabto focus dropdown buttonSpaceto open the dropdownArrow Keysto navigate up and down???to make selection?It appears the
onSelectandonClickevent handlers don't fire on keyboard selection. But I should be able to pressEnterorSpaceto make a selection. Am I missing something?