@angus / @fzngagan - another minor issue with the wizard has come up in our QA.
Reproduction Steps:
- Create a wizard with a mandatory checkbox field.
[
{
"id": "checkbox_test",
"name": "Checkbox Test",
"save_submissions": true,
"steps": [
{
"id": "step_1",
"fields": [
{
"id": "step_1_field_1",
"label": "This checkbox is mandatory!",
"description": "",
"required": true,
"type": "checkbox"
}
]
}
],
"actions": [
{
"id": "action_1",
"run_after": "wizard_completion",
"type": "route_to",
"url": [
{
"type": "assignment",
"output": "www.google.com",
"output_type": "text",
"output_connector": "set"
}
]
}
]
}
]
- Attempt to submit the wizard without completing the field.
Expected Behavior:
The checkbox shakes, with a red highlight, as other required fields do when not complete.
Actual Behavior:
The checkbox shakes, but is not highlighted in red as other fields are. This increases the chance it will be missed by users
https://streamable.com/otvhq7