SelectDropdown: Focus "select" button on select action
This update ensures that the "select" (button
) is focused after a selection action is made (either with mouse events or keyboard events).
The solution involved creating an internal ref
for the button
element, and (force) focusing that element within the close
callback.
GIF above shows the Select element being focused (highlighted) after selecting an item.
Resolves #208