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 !
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 !