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.
2 parents d67dffe + 5ad3351 commit a0dc74fCopy full SHA for a0dc74f
README.md
@@ -75,7 +75,7 @@ const MyForm = () =>
75
<textarea {...input}/>
76
{meta.touched && meta.error && <span>{meta.error}</span>}
77
</div>
78
- }>
+ }/>
79
80
<h2>Render Function as Children</h2>
81
<Field name="phone">
0 commit comments