What is the expected way to virtualize options list in latest version of react-select (3.1.0)? There is react-virtualized-select but is not longer supported. Thanks.
React-select: virtualize options list
3.4k Views Asked by Mauro Carrero At
2
There are 2 best solutions below
1

I finally used react-windowed-select library. The implementation is quite simple though. Thanks @jacobworrel.
react-select-virtualized is another alternative.