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
Multiple Search Selection Dropdown keeps input when selecting. It should be cleaned every time user selects some item. Notices that everything works fine when there are only one option found, but when multiple, the input is not reset. Or is it expected behavior? Then, in my opinion, it still should be disabled when using closeOnChange prop.
Multiple Search Selection Dropdown keeps input when selecting. It should be cleaned every time user selects some item. Notices that everything works fine when there are only one option found, but when multiple, the input is not reset. Or is it expected behavior? Then, in my opinion, it still should be disabled when using
closeOnChange
prop.Steps
Expected Result
Item is selected, input is empty
Actual Result
Item is selected, input text stays
Version
0.72.0
Testcase
codepen
The text was updated successfully, but these errors were encountered: