Skip to content

Commit

Permalink
Fix grammatical error in field.md (#3928)
Browse files Browse the repository at this point in the history
  • Loading branch information
llamington committed Apr 10, 2024
1 parent ba15818 commit c6ceb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/field.md
Expand Up @@ -102,7 +102,7 @@ Either a React component or the name of an HTML element to render. That is, one
- A valid HTML element name
- A custom React component

Custom React components will be passed `onChange`, `onBlur`, `name`, and `value` plus any other props passed to directly to `<Field>`.
Custom React components will be passed `onChange`, `onBlur`, `name`, and `value` plus any other props passed directly to `<Field>`.

Default is `'input'` (so an `<input>` is rendered by default)

Expand Down

0 comments on commit c6ceb65

Please sign in to comment.