rob-balfre / svelte-select

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

Concatenating multiple labels #663

Closed ICTVTS3 closed 3 months ago

ICTVTS3 commented 5 months ago

Is there way to concatenate 2 values into 1 label when using the Select component? I know it can be done with slots, but then searching/selecting falls apart sticking to the single value given in the props.

kodaicoder commented 5 months ago

for me I try to using slot="item" and slot="selection"

together while slot="item" is a label on a list and slot="selection" is a label on selected input