Skip to content

Commit

Permalink
Fix rjsf-team#3758 by removing ErrorList from docs, which should ha…
Browse files Browse the repository at this point in the history
…ve been removed when v5 was released
  • Loading branch information
nickgros committed Jul 14, 2023
1 parent ea36b6e commit 69514a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/docs/docs/api-reference/form-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ The value of this prop will be passed to the `enctype` [HTML attribute on the fo

This prop allows passing in custom errors that are augmented with the existing JSON Schema errors on the form; it can be used to implement asynchronous validation. See [Validation](../usage/validation.md) for more information.

## ErrorList

You can pass a React component to this prop to customize how form errors are displayed. See [Validation](../usage/validation.md) for more information.

## fields

Dictionary of registered fields in the form. See [Custom Widgets and Fields](../advanced-customization/custom-widgets-fields.md) for more information.
Expand Down

0 comments on commit 69514a7

Please sign in to comment.