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

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
Assignees

Comments

@stevenbal
Copy link
Contributor

stevenbal commented Feb 3, 2025

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

@stevenbal stevenbal changed the title 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) Add a checkbox option to selectboxes to transform the format Feb 3, 2025
@stevenbal stevenbal moved this from Todo to In Progress in Development Feb 3, 2025
@stevenbal stevenbal pinned this issue Feb 3, 2025
@stevenbal stevenbal unpinned this issue Feb 3, 2025
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 stevenbal self-assigned this Feb 3, 2025
@stevenbal stevenbal moved this from In Progress to Implemented in Development Feb 3, 2025
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
@stevenbal stevenbal moved this from Implemented to In Progress in Development Feb 10, 2025
@stevenbal stevenbal moved this from In Progress to Implemented in Development Feb 10, 2025
@sergei-maertens sergei-maertens assigned vaszig and unassigned stevenbal Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment