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

✨ Allow providing errors to the FormioForm component #68

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

sergei-maertens
Copy link
Member

The initialErrors must be cast because the Formik types can't properly check the structure of an arbitrary deep JSON object, and it expects a 1-level deep object of form errors rather than supporting nested paths.

The initialErrors must be cast because the Formik types
can't properly check the structure of an arbitrary
deep JSON object, and it expects a 1-level deep object
of form errors rather than supporting nested paths.
@sergei-maertens sergei-maertens merged commit eae0927 into main Feb 28, 2025
7 checks passed
@sergei-maertens sergei-maertens deleted the feature/provide-errors branch February 28, 2025 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant