baseweb icon indicating copy to clipboard operation
baseweb copied to clipboard

Clearing Select component focuses the input field, but does not call onFocus()

Open leyanlo opened this issue 3 years ago • 0 comments

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?

select-clear-does-not-focus 2021-10-29 12_52_55

leyanlo avatar Oct 29 '21 19:10 leyanlo