You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be able to virtualize the list of options and render batches of items on user scroll event. This feature is useful when we have thousands of options.
Material-UI documentation shows an example of how to do this using the react-window library: https://material-ui.com/components/autocomplete/#virtualization
The text was updated successfully, but these errors were encountered:
We should be able to virtualize the list of options and render batches of items on user scroll event. This feature is useful when we have thousands of options.
Material-UI documentation shows an example of how to do this using the react-window library:
https://material-ui.com/components/autocomplete/#virtualization
The text was updated successfully, but these errors were encountered: