Skip to content
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

Closed
bux opened this issue Feb 20, 2018 · 1 comment · Fixed by #7671
Closed

Strange behavior with nested arrays and checkboxes #7670

bux opened this issue Feb 20, 2018 · 1 comment · Fixed by #7671
Assignees

Comments

@bux
Copy link

bux commented Feb 20, 2018

Version

2.5.13

Reproduction link

https://codepen.io/bux578/pen/eVMrbe?editors=1011

Steps to reproduce

  • Open codepen
  • Click through checkboxes

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.

@posva posva self-assigned this Feb 20, 2018
@posva
Copy link
Member

posva commented Feb 20, 2018

Since it works with type=text, it makes sense to also support it with checkbox

posva added a commit to posva/vue that referenced this issue Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants