Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report][3.5.4] V-Select closable chips don't update v-model value unless multiple prop is set #19235

Closed
quinnlemon opened this issue Feb 16, 2024 · 0 comments · Fixed by #19242
Assignees
Labels
C: VSelect VSelect T: bug Functionality that does not work as intended/expected

Comments

@quinnlemon
Copy link

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

Reproduction Link

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

@yuwu9145 yuwu9145 self-assigned this Feb 18, 2024
@yuwu9145 yuwu9145 added T: bug Functionality that does not work as intended/expected C: VSelect VSelect and removed S: triage labels Feb 18, 2024
yuwu9145 added a commit that referenced this issue Feb 19, 2024
johnleider added a commit that referenced this issue Feb 21, 2024
fixes #19235

Co-authored-by: John Leider <john@vuetifyjs.com>
VIXI0 pushed a commit to VIXI0/vuetify that referenced this issue Mar 13, 2024
fixes vuetifyjs#19235

Co-authored-by: John Leider <john@vuetifyjs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VSelect VSelect T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants