You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user attempts to navigate directly to a step past the last step that was created, they should be redirected to the step past the last one they've completed or the first step.
A strategy that I think would work pretty well is to track the completed steps in FormStepper by adding another line to the onComplete/onBack it passes to each step that would set/unset a completed flag in a bit of state FormStepper tracks.
The text was updated successfully, but these errors were encountered:
When a user attempts to navigate directly to a step past the last step that was created, they should be redirected to the step past the last one they've completed or the first step.
A strategy that I think would work pretty well is to track the completed steps in FormStepper by adding another line to the onComplete/onBack it passes to each step that would set/unset a completed flag in a bit of state FormStepper tracks.
The text was updated successfully, but these errors were encountered: