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

Switch to VariableSizeList

Open drewbrend opened this issue 3 years ago • 0 comments

See issue: https://github.com/based-ghost/react-functional-select/issues/26

This PR proposes support for variable sizes of menu items/options.

I'm open to ideas on other ways to implement this or changes to the public API. This is a breaking change to the API so that should be considered. API changes:

  • itemSize renamed to getItemSize and is now a function
  • fixedSizeListRef renamed to variableSizeListRef
Screen Shot 2021-04-26 at 3 10 28 PM

drewbrend avatar Apr 26 '21 19:04 drewbrend