React-select: virtualize options list

3.4k views Asked by At

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.

2

There are 2 answers

0
n.sh On

react-select-virtualized is another alternative.

1
Mauro Carrero On

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