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

Checkboxes with initvalue = true don't toggle first click #435

Closed
nadar opened this issue Jan 8, 2020 · 0 comments · Fixed by #436
Closed

Checkboxes with initvalue = true don't toggle first click #435

nadar opened this issue Jan 8, 2020 · 0 comments · Fixed by #436
Assignees
Labels

Comments

@nadar
Copy link
Member

nadar commented Jan 8, 2020

Setup: A checkbox with initvalue=1, so its checked by default:

Bildschirmfoto 2020-01-08 um 09 12 32

The first click to the checkbox disables the "check" state but won't change the value:

Bildschirmfoto 2020-01-08 um 09 12 40

(model is still 1 | 1 instead of 0 | 1)

@TheMaaarc Not sure this has something to do with the checkbox "styling". Need to verify that as well.

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