I am using essence-steppers to provide multi-step sign up form. My form need to perform client-side validations on each step. However, clicking "Continue" will always advance to next step.
I propose the following to allow the onContinue callback not to advance to next step:
I am using
essence-steppers
to provide multi-step sign up form. My form need to perform client-side validations on each step. However, clicking "Continue" will always advance to next step.I propose the following to allow the
onContinue
callback not to advance to next step:https://github.com/Evo-Forge/Essence/blob/master/components/essence-stepper/src/stepper.jsx#L46-L57
I can open a PR if this is reasonable.