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
It is not 100% clear from the documentation if this is supposed to work on for checkboxes. If not, I would like to know how to work around this issue.
1.0.26
http://jsfiddle.net/p04dgeba/
Set v-model on a checkbox to a computed property with a setter. Setter is not called.
Setter should be called
Setter is not called
The text was updated successfully, but these errors were encountered:
Edited to make it clear this issue is for checkboxes
Sorry, something went wrong.
c289a7e
Awesome, thanks!
data is array not string
No branches or pull requests
kaptajnen commentedJul 21, 2016
•
edited
It is not 100% clear from the documentation if this is supposed to work on for checkboxes. If not, I would like to know how to work around this issue.
Vue.js version
1.0.26
Reproduction Link
http://jsfiddle.net/p04dgeba/
Steps to reproduce
Set v-model on a checkbox to a computed property with a setter. Setter is not called.
What is Expected?
Setter should be called
What is actually happening?
Setter is not called
The text was updated successfully, but these errors were encountered: