-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I'm trying to do something using your multistepform, react-hook-form, and yup for validation. issue I'm running into is that it's the onSubmit function is never running.
const handleSubmit = useCallback((formValues: Partial<SetupFormData>) => { console.log(currentStepIndex) if (!isLastStep) return next() alert("form submitted") console.log(formValues); }, [])
I don't seem to be getting any data in on it.
0v3nb1rd, Marcio-py, viktordanko and Anish-Karthik
Metadata
Metadata
Assignees
Labels
No labels