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
if you turn off the feature in react-step-wizard, you can implement it yourself using the api provided by the wizard component, such as goToNamedStep().
I have done this myself, using hash because I needed some additional checks to prevent navigation under certain circumstances.
is it possible to navigate between steps without the hash ?
for example :
i dont want my step to be like this : www.domain.com/#intro , www.domain.com/#step2
instead , i would like to have it like www.domain.com/intro , www.domain.com/step2 , etc ...
how can we do this ?
Thanks
The text was updated successfully, but these errors were encountered: