react-albus
react-albus copied to clipboard
Initiate specific step on load
I want to start wizard from specific step. On mount step comes with id as null. Please help me to achieve this.
Eg: Consider wizard is having 3 steps and I want to start from 2nd step on mount, after that the flow should be normal.
Does the skip step example illustrate what you need? http://americanexpress.io/react-albus/
Yeah, but on mount I am getting step with id as null and steps with empty array. I want to skip the first step.
Hi @Anandks1993 see here: https://github.com/americanexpress/react-albus/blob/master/tests/components/Wizard.spec.jsx#L125
This issue is stale because it has been open 30 days with no activity.
Stumbled across the same issue. My assumption was, that i can just pass step: { id: 'theStepIWantToStartFrom'}
via context.wizard
This issue is stale because it has been open 30 days with no activity.
This issue is stale because it has been open 30 days with no activity.