kobalte
kobalte copied to clipboard
[Combobox]: support server side filtering
Is your feature request related to a problem? Please describe.
Since v0.11.0 the Combobox component only support client side filtering, because of several bugs, meaning you have to pass all options to the component.
Describe the solution you'd like
Allow Combobox to support server side filtering, via API call, that return the list of filtered options from the server.
Is there any update on this?
@fabien-ml @jer3m01 Can we close this issue. Since the Search component addresses this issue?
The reason to creating separate component is to allow better defaults, separate features and avoid bloating the "god" component Combobox.
It is build on top of Combobox