studiobakers / react-ui-toolkit

Bakers Studio's React-based UI Toolkit
MIT License
15 stars 2 forks source link

Dropdown: Do not focus on the first item if menu was opened by a mouse click #52

Closed edizcelik closed 8 months ago

edizcelik commented 3 years ago

Currently we always focus on the first item when the menu is opened. However, this should not happen if I open the menu by a mouse click. I think we should focus on the first item after menu is opened and then down arrow key is clicked. We can discuss with the designers to check the exact expected behavior.