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
In the context of the builder, if you add a "checkboxes" field, it appears that the front-end may or may not send us the "multiple" property. If not, when we save the form, the field.multiple value is the default one, which is False.
we could override this by forcing the front to send us a "multiple" value OR, if missing, default it to "True" in the case of a "checkboxes" field.
The text was updated successfully, but these errors were encountered:
In the context of the builder, if you add a "checkboxes" field, it appears that the front-end may or may not send us the "multiple" property. If not, when we save the form, the
field.multiple
value is the default one, which isFalse
.we could override this by forcing the front to send us a "multiple" value OR, if missing, default it to "True" in the case of a "checkboxes" field.
The text was updated successfully, but these errors were encountered: