ItsJonQ / g2

✨ An experimental reimagining of WordPress components
http://g2-components.com/
MIT License
105 stars 12 forks source link

SelectDropdown: Not focusing on selection #208

Closed ItsJonQ closed 3 years ago

ItsJonQ commented 3 years ago

The SelectDropdown component does not refocus after an item has been selected. It works if using a keyboard, but not when using a mouse.

ItsJonQ commented 3 years ago

It looks like it may be a downshift thing (maybe). The useSelect example has the same behaviours: https://www.downshift-js.com/use-select

I'm not sure how/why it's working in @wordpress/components though 🤔