We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd92bc6 commit cf3c135Copy full SHA for cf3c135
docs/types/FieldProps.md
@@ -53,7 +53,7 @@ A render function that is given [`FieldRenderProps`](FieldRenderProps), as well
53
console.log(props.someArbitraryOtherProp) // would print 42
54
return <input {...props.input}/>
55
}}
56
-</Form>
+</Field>
57
```
58
59
Note that if you specify [`render`](#render) or [`component`](#component) _and_ `children`, `render` will be called, with `children` injected as if it were an additional prop. This can be especially useful for doing something like:
0 commit comments