Is it possible to programatically change step outside of component?
I have a navigation outside of the StepZilla component that corresponds with the steps, but need to control the steps from outside the StepZilla component. I see the jumpToStep utility, but that can only be triggered from inside.
Thanks and great job on the component!
Maybe with jumpToStep() ?
jumpToStep() can only be called inside step component. I do believe this is a limitation of StepZilla, I ran into the same situation, even though I can work around by passing jumpToStep() outside but it's a ugly solution. No official solution so far. This is a very common use case.
Are there some news about this problem/limitation ?
jumpToStep() can only be called inside step component. I do believe this is a limitation of StepZilla, I ran into the same situation, even though I can work around by passing jumpToStep() outside but it's a ugly solution. No official solution so far. This is a very common use case.
how did you manage to do that.. please help! @nttoan26