dequelabs / combobo

Accessible combobox
https://dequelabs.github.io/combobo/demo/
MIT License
48 stars 13 forks source link

feat: Dynamically update dropdown options added, disabling front-end dropdown filters if not required #29

Closed abdulgafoor2021 closed 2 years ago

abdulgafoor2021 commented 2 years ago

The Combobo dropdowns that we have currently are not able handle Thousands of options and the page is becoming unresponsive while perform search. In order to make it work with more options, Dynamic loading of options (lazy-load) and server-side filtering (facilitating to enable or disable front-end filtering) is added.

schne324 commented 2 years ago

If you have the time, it'd be nice to fix CI (after this PR is merged)