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
I'm using a Dropdown component. When entering a searchQuery and then using the arrow keys on my keyboard, the filter resets while cycling. This is only happening when multiple=false. In multiple=true, everything works properly.
Steps
I'm using a
Dropdown
component. When entering asearchQuery
and then using thearrow keys
on my keyboard, the filter resets while cycling. This is only happening whenmultiple=false
. Inmultiple=true
, everything works properly.Expected Result
I would expect the same behavior for both modes.
Actual Result
The filtered list resets
Version
0.71.0
Testcase
Inside the documentation, scroll to Remote
Link to demo video
The text was updated successfully, but these errors were encountered: