rjsf-team/react-jsonschema-form

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

Open

#4,964 建立於 2026年2月20日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (2,136 fork)batch import
featurehelp wanted

倉庫指標

Star
 (13,175 star)
PR 合併指標
 (平均合併 3天 17小時) (30 天內合併 32 個 PR)

描述

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

貢獻者指南