#Select Input Return value
9 messages · Page 1 of 1 (latest)
select value must be string, but there is nothing stopping you from storing an object that translates the string into other values like mySelectValues[selectValue] = someOtherData
Like said before no but you can create your own with TextInput + Popover
Menu is a pretty great choice too, I did this with TextInput, Menu and react-window the other day
I guess that works as well. I didn't do much research on menu but i like popover because you can make it same width as the input
width='target' works for Menu too (Menu is based on Popover), i just used a wider width because i have very long strings that i need the user to be able to read
Nice i'll have a look at that too then