rjsf-team/react-jsonschema-form

Remove `extraErrorsBlockSubmit` flag on Form and make `extraErrors` always block validation

Open

#4.964 geöffnet am 20. Feb. 2026

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (2.136 Forks)batch import
featurehelp wanted

Repository-Metriken

Stars
 (13.175 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 17h) (32 gemergte PRs in 30 T)

Beschreibung

Prerequisites

What theme are you using?

core

Is your feature request related to a problem? Please describe.

When the extraErrorsBlockSubmit flag was added back in the day, it was done to avoid a breaking change to how extraErrors affected the form submission.

Describe the solution you'd like

Given that users are likely to want them to block form submission, I recommend that we either remove the flag entirely OR change it to extraErrorsAreWarnings instead to switch the default behavior.

Describe alternatives you've considered

No response

Contributor Guide