Skip to content

feat:Replace extraErrorsBlockSubmit with extraErrorsAreWarnings#4972

Open
Suyog241005 wants to merge 3 commits intorjsf-team:mainfrom
Suyog241005:feat/replace-extraErrorsBlockSubmit-with-extraErrorsAreWarnings
Open

feat:Replace extraErrorsBlockSubmit with extraErrorsAreWarnings#4972
Suyog241005 wants to merge 3 commits intorjsf-team:mainfrom
Suyog241005:feat/replace-extraErrorsBlockSubmit-with-extraErrorsAreWarnings

Conversation

@Suyog241005
Copy link
Copy Markdown
Contributor

@Suyog241005 Suyog241005 commented Feb 25, 2026

Reasons for making this change

Replaced extraErrorsBlockSubmit with extraErrorsAreWarnings

fixes : #4964

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

Copy link
Copy Markdown
Member

@heath-freenome heath-freenome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Suyog241005 Thanks for implementing this. It won't make it in until we start a v7 release branch

Comment thread packages/core/src/components/Form.tsx Outdated
@Suyog241005 Suyog241005 force-pushed the feat/replace-extraErrorsBlockSubmit-with-extraErrorsAreWarnings branch from 71b908d to 0049d26 Compare February 28, 2026 06:04
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.

Remove extraErrorsBlockSubmit flag on Form and make extraErrors always block validation

2 participants