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
When using both clearSearchOnChange and inlineSearchInput options, the search input it not cleared inside the opened dropdown upon selecting one of the search results. This is a weird UX — I think the input should be cleared on selection too.
@berdyshev Thanks for the details! I agree about the UX expectation here. The line you pointed is a defensive check - inline search is part of the dropdown div, so unless the dropdown is visible, that ref will be null.
When using both
clearSearchOnChange
andinlineSearchInput
options, the search input it not cleared inside the opened dropdown upon selecting one of the search results. This is a weird UX — I think the input should be cleared on selection too.I found this piece of code which is not clear for me..
https://www.loom.com/share/ae3bef73fd7345b78468dd853955973c
The text was updated successfully, but these errors were encountered: