carbon-components-svelte
carbon-components-svelte copied to clipboard
MultiSelect performance
Hi,
Thank you for your great library - I've been using it in two projects so far and it's so easy to quickly bring up a nice looking UI.
At the moment, I'm using a filterable MultiSelect
to pick among 3000+ options, but the dropdown takes about 1.4s to open in Firefox. Could it use a virtual list to make that much more responsive?
Thanks,
This is a suggestion worth considering.
Related to virtualization #1192
And of course same with Select. A tiny delay is felt (currently testing at 1090+ items)
+1 for the virtual list support. I would really need it for the ComboBox component. Some other Svelte components made it already possible with svelte-tiny-virtual-list