[material-ui][Autocomplete] Add support for infinite queries #39982
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
package: material-ui
Specific to @mui/material
Duplicates
Latest version
Summary 💡
It should at least allow a way to add some sort of loader at the bottom of the options when fetching next page or some way to integrate infinite queries.
Examples 🌈
No response
Motivation 🔦
I want to have my autocomplete with infinite query using tanstack query. I can accomplish this partially but there is no way to add a loader to indicate we're fetching more stuff to my user
The text was updated successfully, but these errors were encountered: