Skip to content
Advertisement

Tag: react-virtualized

How can I use Material-UI Autocomplete together with react-virtualized?

I’m using the Autocomplete component from Material-UI in a project. Since I have a lot of options to render, virtualization would be very beneficial. So I started from the virtualized example in the docs with react-window. Everything worked great, but the project already has a dependency on react-virtualized and I would like to avoid adding a new one that solves

Advertisement