Replies: 2 comments 1 reply
-
I found virtual-scroll-component, now only in documentation lab's section. Is it possible to use it with select or autocomplete? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this is a common question for rendering large items in select or autocomplete. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I'm wondering, is it possible to fill autocomplete component by data chunks?
I have huge list from backend and it takes a while before all data is displayed in autocomplete.
Is it possible to get, for example 10 elements, and after scroll, load next 10 elements?
Something like infinity scroll in form components.
I would be appreciate it for your help.
(I use vue3 and vuetify 3.1.1)
Beta Was this translation helpful? Give feedback.
All reactions