-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
New issue
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
Strange behavior with nested arrays and checkboxes #7670
Labels
Comments
Since it works with |
posva
added a commit
to posva/vue
that referenced
this issue
Feb 20, 2018
13 tasks
yyx990803
pushed a commit
that referenced
this issue
Mar 8, 2018
This was referenced Mar 14, 2018
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
aJean
pushed a commit
to aJean/vue
that referenced
this issue
Aug 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.5.13
Reproduction link
https://codepen.io/bux578/pen/eVMrbe?editors=1011
Steps to reproduce
What is expected?
clicking on the first row of checkboxes should trigger the watcher
What is actually happening?
It's not triggered, the changes to the upper row are performed when one of the checkboxes in the lower row are clicked
I might be doing something wrong here.
The text was updated successfully, but these errors were encountered: