jamesplease / materialish

React components that loosely follow Material Design
https://materialish.js.org
MIT License
17 stars 5 forks source link

Menu item focus #146

Closed jamesplease closed 6 years ago

jamesplease commented 6 years ago

We should make sure that the menu and menu items play well with Downshift and keyboard support.

i.e.; do we want to prevent hover + focus at the same time? That's what I am trying to do in Clips, and right now, I think the current menu may preclude that possibility.

jamesplease commented 6 years ago

Closing as revisit