Stay in the current step #844
-
In a Step, my target is a form; When the user clicks Next, I check if the form is completed before deciding whether to go to the next step. Otherwise, it stays in the current Step. |
Beta Was this translation helpful? Give feedback.
Answered by
gilbarbara
Sep 16, 2022
Replies: 1 comment 6 replies
-
Hey @Baoyuantop Are you using the |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
gilbarbara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Baoyuantop
Are you using the
stepIndex
prop? With a controlled tour, you can decide when to move forward.You could also use a custom tooltip and potentially hide the
Next
button until the user completes the form.