jquery-steps icon indicating copy to clipboard operation
jquery-steps copied to clipboard

setStep function

Open gfontju opened this issue 11 years ago • 5 comments

I would like to go to a specific step on the wizard.

The solution suggested on this stackoverflow answer http://stackoverflow.com/a/20683212/2866985 worked for me, but it would be preferable that the solution is part of the original code.

Thanks.

gfontju avatar Jan 21 '14 11:01 gfontju

Hi gfontju,

The preferred solution is already planned. Please note that the setStep method is misused and reserved respectivly to change the step object dynamically.

Rafael

rstaib avatar Jan 29 '14 13:01 rstaib

Hi Rafael,

Thanks for answering. It would be great to find the solution in next updates!

Guillem

gfontju avatar Jan 29 '14 14:01 gfontju

@rstaib thanks for your work, any eta on this ? @gfontju thanks for the link

quasiperfect avatar Feb 15 '14 13:02 quasiperfect

when v2.0.0 will be released, because setStep function is very importent and a base function in wizards. thank you for the good work

Muhanady avatar Jul 09 '15 05:07 Muhanady

We should add that the setStep function should come with a parameter to not trigger events. We have a use case in which, we require to recover information already filled in. When using setStep triggers onStepChanged and onStepChanging and it is not the intended behaviour.

ideiasfrescas avatar Nov 14 '22 13:11 ideiasfrescas