Replies: 1 comment
-
I'd probably use the locked state of a step instead of the So something like <Step locked={!yourCondition}>
<!-- your content-->
</Step> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was wondering if there is a convenient way to use stepper for form submission and first validate the input before moving on to the next step.
I've seen some issues related to this here in the repo, and also that it's something that will be included in next. But nevertheless I would like to know if there is already a convention to be able to use this in my app.
Actually I found this solution, but it's not working as I expect because it goes to the next Step even if the condition inside the if of case 0 is false:
Beta Was this translation helpful? Give feedback.
All reactions