rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.27k stars 180 forks source link

[enhancement] Group titles in VirtualList. #424

Open cyaris opened 2 years ago

cyaris commented 2 years ago

Ability to use the groupBy prop for items using VirtualList.

rob-balfre commented 2 years ago

Not currently, happy to receive PRs that add support for it though. Thanks

cyaris commented 2 years ago

I'll keep investigating it. From looking at the code though, I can't figure out why the groupBy prop isn't appending to the items when VirtualList is enabled.

SekSion commented 2 years ago

Having the same issue, it remains undefined and selectable with virtual List. image