Required checkboxes
Hi,
it seems like it has no effect to set required=true here. can you confirm?
"applications": { "type": "array", "title": "Applications", "required": true, "items": { "type:": "string", "enum": [ "appX", "appY" ] } }
i'm looking for a solution that forces the user to choose at least one option.
Thanks!
correct the form does not force checkbox selection.. there is no builtin browser way to do that you can add an onSubmit() function to your form handler to check it and prevent submission with a message in the field,, but you have to code it..
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.