ScrollArea thumb not updating when the data loads dynamically. #7974
Unanswered
Shashank-Salian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a Combobox which fetches next page data when scrolling to the bottom, and I have used ScrollArea wrapped around CommandList. Now the problem is when a new data loads the scrollarea thumb doesn't update to adjust to the new size of the list.
I am not sure weather this is a issue or this is simply not possible.
I have slightly modified the CommandList component as well (removed overflow-x-hidden and overflow-y-auto):
Reproduced the bug here:
https://codesandbox.io/p/devbox/q3qzjk?migrateFrom=c8jdkn
Beta Was this translation helpful? Give feedback.
All reactions