You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #19137 but not fixed.
In our case, for certain scenarios we have a confirmation dialog where the user decides if they want to update the value or not after the checkbox is clicked. If they do not, this bug happens.
The text was updated successfully, but these errors were encountered:
tobias-rondin
changed the title
[Bug Report][3.7.3] VCheckbox - update:modelValue not emitted if modelValue was not changed on last update
[Bug Report][3.7.3] VCheckbox - update:modelValue not emitted if modelValue was unchanged on last update
Nov 5, 2024
Environment
Vuetify Version: 3.7.3
Vue Version: 3.5.12
Browsers: Chrome 130.0.0.0
OS: Windows 10
Steps to reproduce
Expected Behavior
update:modelValue is emitted on every click
Actual Behavior
update:modelValue is only emitted after clicking twice if modelValue was not updated on the last emit
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Similar to #19137 but not fixed.
In our case, for certain scenarios we have a confirmation dialog where the user decides if they want to update the value or not after the checkbox is clicked. If they do not, this bug happens.
The text was updated successfully, but these errors were encountered: