thisbeyond / solid-select

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

`createOptions()` when passed `createable` function and return undefined should not create a option. #19

Closed kapilpipaliya closed 2 months ago

kapilpipaliya commented 2 years ago
martinpengellyphillips commented 2 years ago

Interesting. I'll have a think about this. There is logic that determines when to call this function, so it might be more appropriate to make that configurable rather than override the logic in the creator function.

martinpengellyphillips commented 2 months ago

Release 0.15.0 has now been published which should address this.