From dcfcb41e9bd6fd648bc3bff4d8d60e300bb26838 Mon Sep 17 00:00:00 2001 From: Bailey Lissington <54869395+llamington@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:23:14 -0700 Subject: [PATCH] Fix grammatical error in field.md --- 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)