cinemataztic / cine-ui

0 stars 0 forks source link

Listbox should support numbers as values too #40

Closed alkiko closed 2 years ago

alkiko commented 2 years ago

Is your feature request related to a problem? Please describe. Currently the listbox component only allows strings as values in the passed data.

Describe the solution you'd like The listbox should accept the data.value key to be of type number too.

Describe alternatives you've considered Casting to string before passing the value to the listbox and then back again onChange. Seems as a more error-prone approach.

Additional context More context here.