-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add a checkbox option to selectboxes to transform the format #5073
Open
Tracked by
#4926
stevenbal opened this issue
Feb 3, 2025
· 0 comments
· May be fixed by open-formulieren/formio-builder#209 or open-formulieren/types#68
Open
Tracked by
#4926
Add a checkbox option to selectboxes to transform the format #5073
stevenbal opened this issue
Feb 3, 2025
· 0 comments
· May be fixed by open-formulieren/formio-builder#209 or open-formulieren/types#68
Labels
Comments
{"selectboxes": {"foo": true, "bar": false}"
to {"selectboxes": ["bar"]}
(the first should be the default format)
stevenbal
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Feb 3, 2025
…data to a list of values instead of an object that maps values to true/false
stevenbal
added a commit
to open-formulieren/types
that referenced
this issue
Feb 4, 2025
stevenbal
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Feb 4, 2025
…data to a list of values instead of an object that maps values to true/false
stevenbal
added a commit
to open-formulieren/types
that referenced
this issue
Feb 4, 2025
stevenbal
added a commit
to open-formulieren/types
that referenced
this issue
Feb 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a checkbox option to selectboxes to transform the format from
{"selectboxes": {"foo": true, "bar": false}"
to{"selectboxes": ["bar"]}
(the first should be the default format)This should be added to the registration configuration options for Objects API and JSON dump on the variables tab, only for the selectboxes component
The text was updated successfully, but these errors were encountered: