-
Notifications
You must be signed in to change notification settings - Fork 374
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
Problem extracting checkbox value #172
Comments
@psotelo You're absolutely right. This seems to be a bug in |
To avoid this for the moment use a |
I would have a look! |
@JBusch That would be really cool! |
Thank you! I'm going to test it! |
When I click over the generated checkboxes its internal value is always "false". This is de HTML code generated
<input type="checkbox" ng-reflect-name="checkbox_54245" ng-reflect-dynamic-id="checkbox_54245" id="checkbox_54245" name="checkbox_54245" value="false" class="ng-valid ng-dirty ng-touched">
why is happening this?
thank you
The text was updated successfully, but these errors were encountered: