Skip to content

Instantly share code, notes, and snippets.

@yuritoledo
Created October 17, 2018 02:24
Show Gist options
  • Save yuritoledo/02086b7d01f2c14a31419a15c76c40ee to your computer and use it in GitHub Desktop.
Save yuritoledo/02086b7d01f2c14a31419a15c76c40ee to your computer and use it in GitHub Desktop.
<Field name='email'>
{({ field }) => (
<Input {...field} error={false} options={...} />
)}
</Field>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment