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

🐛 [open-formulieren/open-forms#4772] Set select dataType to string #194

Merged
merged 1 commit into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. 🐛 [open-formulieren/open-forms#4772] Set select dataType to string

    because Select components did not have a dataType set, formio tries to cast it to other types if possible, which causes issues when submitting the data to the backend. For that reason we set the value to string to avoid this unwanted normalization
    stevenbal authored and sergei-maertens committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f514254 View commit details
    Browse the repository at this point in the history