We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use v-bind:value on md-switch without passing in a v-model prop. (My intention was to set up a v-bind and v-on:change to handle changes explicitly)
Chrome Version 85.0.4183.83 (Official Build) (64-bit)
If v-bind:value = true, it's expected that the switch is toggled on. If v-bind:value = false, it's expected that the switch is toggled off.
The opposite of what is expected
https://codesandbox.io/s/vue-material-switch-forked-tttcy?file=/App.vue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Use v-bind:value on md-switch without passing in a v-model prop. (My intention was to set up a v-bind and v-on:change to handle changes explicitly)
Which browser?
Chrome Version 85.0.4183.83 (Official Build) (64-bit)
What is expected?
If v-bind:value = true, it's expected that the switch is toggled on. If v-bind:value = false, it's expected that the switch is toggled off.
What is actually happening?
The opposite of what is expected
Reproduction Link
https://codesandbox.io/s/vue-material-switch-forked-tttcy?file=/App.vue
The text was updated successfully, but these errors were encountered: