Skip to content

Instantly share code, notes, and snippets.

@dimitrisdovinos
Created April 5, 2019 09:54
Show Gist options
  • Select an option

  • Save dimitrisdovinos/6d0028c8e90d7e56da12def015169b05 to your computer and use it in GitHub Desktop.

Select an option

Save dimitrisdovinos/6d0028c8e90d7e56da12def015169b05 to your computer and use it in GitHub Desktop.
<TextField
error={errors.email && touched.email}
label="email"
name="email"
className={classes.textField}
value={values.email}
onChange={handleChange}
onBlur={handleBlur}
helperText={(errors.email && touched.email) && errors.email}
margin="normal"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment