From c6ceb654761c268fdc76b225f31453dd4dec1be6 Mon Sep 17 00:00:00 2001 From: Bailey Lissington <54869395+llamington@users.noreply.github.com> Date: Thu, 11 Apr 2024 03:02:21 +1200 Subject: [PATCH] Fix grammatical error in field.md (#3928) --- docs/api/field.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/field.md b/docs/api/field.md index 422493ec6..a2c1002c6 100644 --- a/docs/api/field.md +++ b/docs/api/field.md @@ -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 ``. +Custom React components will be passed `onChange`, `onBlur`, `name`, and `value` plus any other props passed directly to ``. Default is `'input'` (so an `` is rendered by default)