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 an external filter, it is possible to pass the filter suggestions via filterKeys instead of from the items. Unfortunately, this doesn't render the suggestion filter as it normally does if set via items:
When using an external filter, it is possible to pass the filter suggestions via
filterKeys
instead of from theitems
. Unfortunately, this doesn't render the suggestion filter as it normally does if set viaitems
:Via
items
Via
filterKeys
The problem is that the
filterKeys
only setfilteredSuggestions
, but the suggestions filter is only rendered if there are more than 10suggestions
.Expected behavior
No matter if the suggestions are set via
items
or viafilterKeys
, the suggestions filter should always show (if there are more than 10 suggestions)The text was updated successfully, but these errors were encountered: