Closed
Description
Vue version
3.4.5
Link to minimal reproduction
Steps to reproduce
- Create a select[multiple] element with a thousands of options (e.g. 25K options)
- Use v-model on it
- Try to select a big chunk of options (> 500)
What is expected?
Quick v-model update
What is actually happening?
A very noticeable hang
vue-select-hangs.mov
System Info
No response
Any additional comments?
I'm not just testing performance, I'm actually using this in production, for reasons I won't get into.
I should mention that managing the state manually (e.g. using @change) is fast.
Metadata
Metadata
Assignees
Labels
No labels