Quiz: Test on Submitting Forms
Test your understanding of form submission with Formik by completing this quiz.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which of these methods do we pass to the onSubmit
prop to submit the form below?
const formik = useFormik({
// ...
});
A.
formik.onSubmit
B.
formik.handleSubmit
C.
formik.formSubmission
D.
formik.submit
1 / 6
...