vuetify
vuetify copied to clipboard
[Bug Report][3.5.4] V-Select closable chips don't update v-model value unless multiple prop is set
Environment
Vuetify Version: 3.5.4 Vue Version: 3.4.19 Browsers: Chrome 121.0.0.0 OS: Mac OS 10.15.7
Steps to reproduce
Create a v-select with chips prop and closable-chips prop. Don't add the multiple prop. Close the chip and notice the v-model value does not update.
Expected Behavior
v-model should represent the current state of the v-select
Actual Behavior
v-model and v-select have different values