Johann-S/bs-stepper

Can we move between steps

iamkarsoft opened this issue · 1 comments

I have 22 steps but i want to be able to go back from step 15 to step 4 by creating a link or button in step 15's body. is that doable and how may I go about it?

used something like this to achieve that <a href="#" onclick="stepperForm.to(10);">edit</a>