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
I have a scenario where I have to move to a step in which sometimes the step maybe visible or maybe not. So, it will be a good idea to give an identifier to that step and move to that step so that identifier issues will not come.
For example, goToStep="address" will move to a wizard-step which has its identifier as address.
Thanks.
The text was updated successfully, but these errors were encountered:
It is currently not possible to add an identifier to wizard steps, and then to navigate to them through said identifier.
What you can do is to use the index of the target step. goToStep allows as an input a target step index.
If the index changes with some logic you can also provide a method to goToStep that returns the index of the target step the wizard should navigate to.
Hi,
I have a scenario where I have to move to a step in which sometimes the step maybe visible or maybe not. So, it will be a good idea to give an identifier to that step and move to that step so that identifier issues will not come.
For example,
goToStep="address"
will move to awizard-step
which has its identifier asaddress
.Thanks.
The text was updated successfully, but these errors were encountered: