This repository has been archived by the owner on Apr 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
multiCheckbox defaults to required #37
Comments
Could you show an example? http://issue.angular-formly.com/ |
http://jsbin.com/niyoxe/edit?html,js,output here it is, modified from a previous issue. |
Ah, I see. You're right. I'm not sure what the issue is right off. I'll try to get to it soon, but I can't promise anything. If you (or anyone watching) could help to identify why this is happening (and even submit a PR) that would help a great deal. |
I'll release the fix as soon as I get to my laptop. |
Released as |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Whenever I check and then uncheck one of the checkboxes, the form will be set to invalid because
required: true
, even though I did not specify that in temaplateOptions. I believe this is a bug that needs to be fixed.The text was updated successfully, but these errors were encountered: