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

Value prop only seems to work with label, not value #515

Closed piewebnl closed 1 year ago

piewebnl commented 1 year ago

The value prop doesn't seem to to take the value into account with complex items (value and label), but just uses the label.

Hope makes more sense here: Repl

rob-balfre commented 1 year ago

Hi @piewebnl, value needs to be an object...

https://svelte.dev/repl/18becccc0d54467b8e3395622050d931?version=3.55.0