sixthedge / opentbl

5 stars 2 forks source link

[Accessibility] Make the dropdown menu accessible via keyboard. #51

Open jamesfid opened 7 years ago

jamesfid commented 7 years ago

Currently, pressing "Enter" will not submit the dropdown as a click would.

jamesfid commented 7 years ago

May need to consider porting to DropdownMenu instead of Dropdown from Foundation. By default, the DropdownMenu closes on "Enter", but the Dropdown does not.

Did not have any luck with the keyDown handler for key_code == 13, as it would immediately close/open the Dropdown. Moving to 0.2.0 to approach it fresh.