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

[BUGFIX beta] Fixes binding in input type=checkbox #14947

Closed
wants to merge 2 commits into from
Closed

[BUGFIX beta] Fixes binding in input type=checkbox #14947

wants to merge 2 commits into from

Conversation

tomasznapieralski
Copy link

This PR fixes bug described in #14933.

Demo that shows bug is here

When input has bound check property it should be possible to check/uncheck checkbox by controlling this property, but right now it is not possible when checkbox is clicked, because this property is overwrote by jQuery value.

@stefanpenner
Copy link
Member

stefanpenner commented Apr 24, 2017

It appears this test passes without the above provided fix. PR: #15162 with just the test (Tested both beta and canary)

will gladly reopen if there is an additional test case that this missed, but the PR fixes.

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

Successfully merging this pull request may close these issues.

3 participants