kobalte icon indicating copy to clipboard operation
kobalte copied to clipboard

[Combobox]: support server side filtering

Open fabien-ml opened this issue 2 years ago • 2 comments
trafficstars

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.

fabien-ml avatar Aug 28 '23 14:08 fabien-ml

Is there any update on this?

bartoszkrawczyk2 avatar Dec 07 '23 10:12 bartoszkrawczyk2

@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

MengLinMaker avatar Nov 06 '24 13:11 MengLinMaker