Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Autocomplete] Enable virtualization for the list of options #110

Open
abrezuica opened this issue Sep 7, 2021 · 0 comments
Open

[Autocomplete] Enable virtualization for the list of options #110

abrezuica opened this issue Sep 7, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@abrezuica
Copy link
Contributor

abrezuica commented Sep 7, 2021

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

@abrezuica abrezuica added enhancement New feature or request help wanted Extra attention is needed labels Sep 7, 2021
@abrezuica abrezuica changed the title Enable virtualization for the options list Enable virtualization for the list of options Sep 7, 2021
@abrezuica abrezuica changed the title Enable virtualization for the list of options [Autocomplete] Enable virtualization for the list of options Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant