#14328 only did half the job - Only the toggleMethod function was updated to use the valueComparator and this is only used for determining the active state, not for determining how the model value should be updated.
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 2.6.7
Vue Version: 2.7.3
Browsers: Chrome 103.0.5060.53
OS: Linux x86_64
Steps to reproduce
Expected Behavior
Model value is updated according to the valueComparator
Actual Behavior
Model value is updated according to exact equality.
Reproduction Link
https://codepen.io/hrobertson/pen/ExEPLGd
Other comments
#14328 only did half the job - Only the toggleMethod function was updated to use the valueComparator and this is only used for determining the active state, not for determining how the model value should be updated.
The text was updated successfully, but these errors were encountered: