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

Checkbox :checked is not fully reactive when checkbox is in focus #4620

Closed
xkjyeah opened this issue Dec 31, 2016 · 1 comment · Fixed by #4639
Closed

Checkbox :checked is not fully reactive when checkbox is in focus #4620

xkjyeah opened this issue Dec 31, 2016 · 1 comment · Fixed by #4639
Assignees
Labels

Comments

@xkjyeah
Copy link

xkjyeah commented Dec 31, 2016

Example: https://jsfiddle.net/vfmxxzeb/3/

What the example does:

  1. Resets values to an array of values every one second
  2. Each line has two checkboxes, both of which are bound to the same value

Steps to reproduce:

  1. Click on the enabled checkbox on any line

Expected behaviour:

  1. After one second, the value should be reset. Both checkboxes should reflect the same value

Actual behaviour (tested on Chrome):

  1. The disabled checkbox correctly reflects the value, but the enabled checkbox does not reflect the value. The enabled checkbox will reflect the correct value only after blurring from the checkbox
@xkjyeah xkjyeah changed the title Checkbox :checked is not fully reactive Checkbox :checked is not fully reactive when checkbox is in focus Dec 31, 2016
@defcc
Copy link
Member

defcc commented Dec 31, 2016

Thanks @xkjyeah, I'll try to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants