Skip to content

Instantly share code, notes, and snippets.

@cybercris
Created March 30, 2020 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cybercris/3d1d28aff672d7d2906fc84825b3847c to your computer and use it in GitHub Desktop.
Save cybercris/3d1d28aff672d7d2906fc84825b3847c to your computer and use it in GitHub Desktop.
handlechange
function handleChange(e) {
setState({ optionalObject: { otherData: e.target.value } });
formik.setFieldValue("otherData", e.target.value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment