-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programmatically navigation #352
Comments
omg, I didn't notice before... but it's a zero based index :) sorry! |
One more thing, If I call this code in the
Then I get this error:
How can I solve this one ? If I implement the code in
|
Do you have a short example project showcasing the issue? |
Awesome, defaultStepIndex helped me! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I want to programmatically navigate to the next step of the wizard. (eventually, I like to do that with query parameters, but first things first)
Template:
In this template I have code to navigate to the next page.
When pressing the button, nothing happens. I use version 7.0.0
How can I programmatically navigate to the next step ?
I printed the wizard object:
The text was updated successfully, but these errors were encountered: