-
Notifications
You must be signed in to change notification settings - Fork 1
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
Check if actual checkbox value equals checkedValue #144
Conversation
57b0b19
to
7b6f673
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing to note is that an unchecked checkbox is now not validated anymore. But a quick search didn't yield any usage of an validator for checkboxes…
But, there's a test for this element, please add one covering this change.
140400d
to
7d1feea
Compare
b8f1cdf
to
1222b5e
Compare
@nilmerg I think the test should now test the case correctly. |
1222b5e
to
f37d36d
Compare
f37d36d
to
e9eb991
Compare
Override method
hasValue()
fromBaseFormElement
inCheckboxElement
.Fix #143