solid-select
solid-select copied to clipboard
use generics instead of `any` in Option&Value
Apologies for the somewhat large PR; I couldn't figure out how to make it smaller.
Uh, please be aware I haven't tested anything; I just made the raison d'être
changes and then fixed all the squigglies.
Looking at this again...I'm not sure the raison d'être
is actually desired. It is valid to return from optionToValue
values of different types, because format
can be used to handle that nicely. Unless I've misunderstood something - it has been a while since I looked at this :)