You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
required | boolean | Indicates whether the field's value is required. If set to true, the field must take on a valid value and cannot be left empty or unassigned.
When a checkbox is unchecked, this should set the field value to "false", and this should be considered a valid value. Right now I am unable to submit the form and the checkbox shows a validation error when it is unchecked.
(Might also be related to #528, but that issue didn't have enough context.)
The text was updated successfully, but these errors were encountered:
I saw the docs for the Checkbox Field, and I think the code is not properly handling "required" fields:
When a checkbox is unchecked, this should set the field value to "false", and this should be considered a valid value. Right now I am unable to submit the form and the checkbox shows a validation error when it is unchecked.
(Might also be related to #528, but that issue didn't have enough context.)
The text was updated successfully, but these errors were encountered: