DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

Dropdown: Tab keyPress #846

Closed Darper closed 6 years ago

Darper commented 6 years ago

When hitting the tab button on an active Dropdown, the Dropdown should close. If a tempIndex is set (via hover or arrow keys) then select that option.

Hitting tab on inactive dropdown should still tab to the next element in the form.