react-functional-select
react-functional-select copied to clipboard
Support for VariableSizeList
I have a case where I render items which have optional subtext (see example below). In the case where the subtext is not available I'd like to show a smaller sized menu item.
Currently, FixedSizeList
is used, which doesn't support this behaviour. Could VariableSizeList
be used instead?