Open lltr opened 1 year ago
You can use TableSearch.
Will be great to have this function natively!
Since there is no component in flowbite.com, this will be a community effort and will be under EXTEND menu.
This feature request is implemented as [Dropdown with Search] https://github.com/themesberg/flowbite-svelte/blob/main/src/routes/docs/components/dropdown.md#dropdown-with-search
Dropdown with Search
is quite a different look'n'feel from the MultiSelect though, both in behavior within forms and data binding for whats selected options - they do not feel or behave the same
Summary
A select input that allows typing, or searching of select items on input. As well as async select, to load the items only on dropdown/input change.
Basic example
Examples are like MUI Autocomplete component, Svelte Skeleton Autocomplete
Motivation
Currently if there's too many items in a Select list, it is difficult to find the item. Typing the value to narrow down the Select would help with that.