thisbeyond / solid-select

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

Update typings for returning elements from custom `format` #20

Closed martinpengellyphillips closed 2 months ago

martinpengellyphillips commented 2 years ago

It is possible to return elements from a custom format function, e.g. to return an image and text side by side. However, the typings currently only expect a string. Update the typings (and add an example to the solid-select.com website).

martinpengellyphillips commented 2 months ago

Release 0.15.0 has now been published which should address this.