This is repo based on the Ultimate React Hook Form Youtube video in which react-hook-form is used. I have implemented the same form with the formik.
The form features include:
-
multi-step / wizard form
-
form field validation on blur ( using yup )
-
form field masking / normalisation
-
dependent form fields
-
custom form inputs
-
using react-hook-form with material-ui
-
file uploads using the dropzone ( using the react dropzone )
Code inspired from this repo by Maksim Ivanov