kobaltedev / kobalte

A UI toolkit for building accessible web apps and design systems with SolidJS.
https://kobalte.dev
MIT License
1.29k stars 73 forks source link

[Combobox]: support server side filtering #262

Open fabien-ml opened 1 year ago

fabien-ml commented 1 year ago

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.

bartoszkrawczyk2 commented 11 months ago

Is there any update on this?

MengLinMaker commented 1 week ago

@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