Skip to content
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

Checkboxes can be saved as "multiple" or non-multiple #275

Open
brunobord opened this issue Oct 11, 2017 · 0 comments
Open

Checkboxes can be saved as "multiple" or non-multiple #275

brunobord opened this issue Oct 11, 2017 · 0 comments

Comments

@brunobord
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant