[Bug Report][3.7.4] v-autocomplete laggy when using "select all" #20703
Labels
C: VAutocomplete
C: VCombobox
C: VSelect
performance
The issue involves performance
T: bug
Functionality that does not work as intended/expected
Milestone
Environment
Vuetify Version: 3.7.4
Vue Version: 3.5.13
Browsers: Chrome 130.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Create a simple v-autocomplete with large number of items (here 5K)
Expected Behavior
On "Select all" click, all items should be active immediately.
Actual Behavior
App freezing for several seconds before doing so.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
It works well with a virtual-scroller and v-list-items inside. Is there any reason it's laggy with autocomplete ? Is it due to component intern logic ?
If so, is there any workaround for large sets of items like this one ?
Thank you in advance !
The text was updated successfully, but these errors were encountered: