vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.42k stars 6.93k forks source link

[Bug Report][3.6.11] VChipGroup shows wrong chip as selected #20129

Open urbanikm opened 2 weeks ago

urbanikm commented 2 weeks ago

Environment

Vuetify Version: 3.6.11 Last working version: 3.2.5 Vue Version: 3.4.31 Browsers: Chrome 126.0.0.0 OS: Mac OS 10.15.7

Steps to reproduce

  1. set v-chip-group v-model value to a chip that is not in the group

Expected Behavior

None of the chips is selected as value does not match

Actual Behavior

Chip on the index of value is selected

Reproduction Link

https://play.vuetifyjs.com/#...

KaelWD commented 2 weeks ago

Broken by #17325