Is it possible to limit visible items in v-autocomplete? #18059
Unanswered
gentlekenny
asked this question in
Q&A
Replies: 2 comments
-
autocomplete has virtual scroll which only renders visible items to prevent crash: 10000 items demo So the crash in your end should be something else |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any ideas on why the performance of VAutocomplete may have gotten worse in a newer version of Vuetify? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I was just wondering is it possible to limit number of visible items in autocomplete?
I have 9000 items and of course, page crashes because it attempts to display a lot of items per inputted keyboard.
I've read the doc but couldn't find a related property
Beta Was this translation helpful? Give feedback.
All reactions