Feature Request: Allow enabling of all steps
Opened this issue · 1 comments
mass6 commented
It would be helpful if there was a way to enable clicking into any step directly from initiation of the wizard, without having to have completed the previous steps first. Kind of like the property "enableWhenVisited", but rather "enableAlways".
The use case would be a guidance/instruction wizard where forms aren't actually used.
fyllepo commented
Simply create an on-click event handler, get the index of the step you're clicking on and use: $('#wizard').wizard('goTo', step);