thisbeyond / solid-select

The Select component for Solid.
https://solid-select.com
MIT License
178 stars 17 forks source link

v0.11.0 not work with object array options #15

Closed kapilpipaliya closed 2 years ago

kapilpipaliya commented 2 years ago

When I use v0.11.0 I always see bound readSignal message. Please check attached example: https://codesandbox.io/s/pensive-rubin-6z8bsp?file=/src/index.tsx

martinpengellyphillips commented 2 years ago

bound readSignal is the display of the raw signal object.

In 0.11.0 you need to pass the resolved signal rather than the raw signal - see the release notes: https://github.com/thisbeyond/solid-select/releases/tag/0.11.0