thisbeyond / solid-select

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

Keep open for multiple selection #27

Open thdxr opened 2 years ago

thdxr commented 2 years ago

Right now the component closes as soon as you pick an option. But for situations where multiple values are expected to be selected it would be nice to keep it open until explicitly clicked outside

martinpengellyphillips commented 1 year ago

Yeah, I think I need to separate some of the assumed core logic to provide more flexibility here (e.g #26 )