vuetify
vuetify copied to clipboard
[Bug Report][2.6.7] v-autocomplete wrong active item highlighting when using prepend-item slot
Environment
Vuetify Version: 2.6.7 Last working version: 2.5.8 Vue Version: 2.7.7 Browsers: Chrome 103.0.0.0 OS: Windows 10
Steps to reproduce
- Open reproduction link
- Expand autocomplete
- Select from the bottom "fizz" or "buzz" items
Expected Behavior
The only item that is currently selected is highlighted
Actual Behavior
Item that is 2 indexes above is highlighted
Reproduction Link
https://codepen.io/Keter_SCP/pen/qBoroww?editors=101
Other comments
Seems like it was broken in 2.5.9
Issue is still present in 2.6.9.
Duplicate of #14489