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

preselected items for multi selection #465

Closed BetaConnector closed 2 years ago

BetaConnector commented 2 years ago

Hey,

I am using a selection where the user has the ability to select many items. Is there a way to add a preselection - for example, mark n items as selected already on rendering?

Thanks in advance.

BetaConnector commented 2 years ago

Passing an array as values works - I was looking for an attribute in the items so select them automatically.