github rjsf-team/react-jsonschema-form v0.38.0

latest releases: 5.18.3, v5.18.3, 5.18.2...
7 years ago
  • Introduce the showErrorList prop for hiding the top error list (#269)

Error List Display

To disable rendering of the error list at the top of the form, you can set the showErrorList prop to false. Doing so will still validate the form, but only the inline display will show.

render((
  <Form schema={schema}
        showErrorList={false}/>
), document.getElementById("app"));

Don't miss a new react-jsonschema-form release

NewReleases is sending notifications on new releases.