[Bug Report][3.0.0] VSwitch only outputs every second toggle #15666
Labels
C: VSelectionControl
C: VSwitch
VSwitch
T: bug
Functionality that does not work as intended/expected
Environment
Vuetify Version: 3.0.0-beta.8
Vue Version: 3.2.36
Browsers: Chrome 102.0.5005.149
OS: Linux x86_64
Steps to reproduce
Expected Behavior
I expected an output even on every click
Actual Behavior
Only every second click produces an output event
Reproduction Link
https://codepen.io/codesurfr/pen/NWYJyPV
Other comments
The intent here is to process and validate the switch output before feeding it back such that the switch only toggles visually IF the action it is intended to cause actually took place. I.e., if the user clicks the switch and the external action doesn't occur, then the switch doesn't change position.
The text was updated successfully, but these errors were encountered: