You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ryan Florence mentioned that lots of combobox components (like downshift) get some things wrong:
"escape" when navigating the list vs. escape when typing
selecting the autocompleted portion
not autocompleting the wrong async results that come back in the a different order than they went out (we can't do anything about this because we don't deal with loading the items).
Let's look into whether we're getting these things wrong and see about fixing that.
The text was updated successfully, but these errors were encountered:
Ryan Florence mentioned that lots of combobox components (like downshift) get some things wrong:
not autocompleting the wrong async results that come back in the a different order than they went out(we can't do anything about this because we don't deal with loading the items).Let's look into whether we're getting these things wrong and see about fixing that.
The text was updated successfully, but these errors were encountered: