Open vsergeev opened 1 year ago
Hum, I understand what you are requesting, since it's supposed to have the same behaviour as native <select>
. I'll explore a way of making this work without impacting other components that use the Input
component, since these changes will also make way to the future components of Select
Usage example, including component, action, motion, or utility API
Support for this is more consistent with how Svelte presently handles
<select>
.Possible implementation - describe how the feature can be implemented
Change the
value
type inSelectItem
fromstring
toany
, and anywherevalue
is currently being coerced into a string.Do you want to contribute this feature and create a pull request
No