react-functional-select icon indicating copy to clipboard operation
react-functional-select copied to clipboard

Support for VariableSizeList

Open drewbrend opened this issue 3 years ago • 0 comments

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?

Screen Shot 2021-04-26 at 8 47 54 AM

drewbrend avatar Apr 26 '21 12:04 drewbrend