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
Hello, thanks for this beautiful lib
I tried to implement virtualization for MUI Autocomplete with pagination (endReached). I created a simple component that fetches the list of countries and renders the react-virtuoso component as a Listbox component. It works, but when I scroll to the end and load more countries, the scroll position jumps to the top. I tested the same list outside of Autocomplete, and it worked fine. So, I guess the problem is in MUI Autocomplete itself.
So maybe someone encountered the same problem, or do you have any solutions for this problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, thanks for this beautiful lib
I tried to implement virtualization for MUI Autocomplete with pagination (endReached). I created a simple component that fetches the list of countries and renders the react-virtuoso component as a Listbox component. It works, but when I scroll to the end and load more countries, the scroll position jumps to the top. I tested the same list outside of Autocomplete, and it worked fine. So, I guess the problem is in MUI Autocomplete itself.
So maybe someone encountered the same problem, or do you have any solutions for this problem?
2025-04-14.15-40-20.mp4
Component of virtualized list:
MUI Autocomplete + virtualized list
Beta Was this translation helpful? Give feedback.
All reactions