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
{{ message }}
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Is there anyway to reset the wizard to its initial state? I mean, how can we mark all those steps already visited as "not visited" again? Lets suppose we have a Wizard with 4 steps, and when we are in the second, then we would like to reset the wizard pressing an "Start over again" button. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Released a new version 0.8.1
which has a reset method.
Calling it will reset the wizard to the initial state. Note that this method resets the steps only and is not responsible for what you have in your forms. this.$refs.wizard.reset() https://jsfiddle.net/bt5dhqtf/1599/
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there anyway to reset the wizard to its initial state? I mean, how can we mark all those steps already visited as "not visited" again? Lets suppose we have a Wizard with 4 steps, and when we are in the second, then we would like to reset the wizard pressing an "Start over again" button. Thanks in advance.
The text was updated successfully, but these errors were encountered: