We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.5
HHland 57
When a step contains a selectboxes component with a "minimal" requirement that is not met - pausing the form reruns a error:
{ "type": "https://formulier.nl/fouten/ValidationError/", "code": "invalid", "title": "Invalid input.", "status": 400, "detail": "", "instance": "urn:uuid:68d4498e-74d0-4397-bc55-dfdb85a14b46", "invalidParams": [ { "name": "data.wilJeNogMeerInputVermelden", "code": "min_selected_count", "reason": "Zorg dat dit veld 1 of meer opties aangevinkt heeft." } ] }
This should not happen when pausing a form.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Product versie / Product version
3.0.5
Customer reference
HHland 57
Omschrijf het probleem / Describe the bug
When a step contains a selectboxes component with a "minimal" requirement that is not met - pausing the form reruns a error:
This should not happen when pausing a form.
The text was updated successfully, but these errors were encountered: