Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Allow enabling of all steps #4

Open
mass6 opened this issue Jun 12, 2016 · 1 comment
Open

Feature Request: Allow enabling of all steps #4

mass6 opened this issue Jun 12, 2016 · 1 comment

Comments

@mass6
Copy link

mass6 commented Jun 12, 2016

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
Copy link
Contributor

fyllepo commented Mar 13, 2018

Simply create an on-click event handler, get the index of the step you're clicking on and use: $('#wizard').wizard('goTo', step);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants