Skip to content

Fix #4962#4979

Merged
heath-freenome merged 4 commits intorjsf-team:mainfrom
nickgros:fix-4962
Mar 7, 2026
Merged

Fix #4962#4979
heath-freenome merged 4 commits intorjsf-team:mainfrom
nickgros:fix-4962

Conversation

@nickgros
Copy link
Copy Markdown
Contributor

@nickgros nickgros commented Mar 6, 2026

Fixed validateForm() clearing extraErrors from state when schema validation passes

Reasons for making this change

Fixes #4962

Checklist

  • I'm updating documentation
  • I'm adding or updating code
    • I've added and/or updated tests. I've run npx nx run-many --target=build --exclude=@rjsf/docs && npm run test:update to update snapshots, if needed.
    • I've updated docs if needed
    • I've updated the changelog with a description of the PR
  • I'm adding a new feature
    • I've updated the playground with an example use of the feature

Fixed `validateForm()` clearing `extraErrors` from state when schema validation passes
@heath-freenome heath-freenome merged commit 912c8f9 into rjsf-team:main Mar 7, 2026
5 checks passed
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.

Programmatic validation removes extraErrors from form state

2 participants