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

Cannot pause form on step with selectboxes with minimal requirement #5147

Open
LaurensBurger opened this issue Mar 10, 2025 · 0 comments
Open
Labels
triage Issue needs to be validated. Remove this label if the issue considered valid.

Comments

@LaurensBurger
Copy link
Collaborator

LaurensBurger commented Mar 10, 2025

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:

{
  "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.

@LaurensBurger LaurensBurger added the triage Issue needs to be validated. Remove this label if the issue considered valid. label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue needs to be validated. Remove this label if the issue considered valid.
Projects
None yet
Development

No branches or pull requests

1 participant