baseweb
baseweb copied to clipboard
Clearing Select component focuses the input field, but does not call onFocus()
Clearing the Select component focuses the input field, but does not actually call onFocus(). You can tell by the way the box does not have a black border after clearing the value, although the cursor does end up in the box. Maybe a race condition with blur vs focus?