[autocomplete] Virtualization/infinite scroll support
Open
@sai6855 is already working on this.
Since Aug 30, 2023.
performance
scope: autocomplete
type: new feature
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Summary 💡
Dashboard apps often handle extensive data, requiring efficient data management tools. The Autocomplete component is crucial for handling large data sets but lacks optimal performance when dealing with hundreds of records that need pagination.
Solution
Integrate virtualization into the MUI Libraries' Autocomplete component.
Benefits
- Efficiency: Virtualization renders only visible data, ensuring smooth performance even with extensive datasets.
- Time Savings: Users can access and review vast datasets quickly.
Examples 🌈
Motivation 🔦
Also related to infinite scroll for users to smoothly explore records without manual clicks: #18450
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.