Johann-S / bs-stepper

A stepper for Bootstrap 4.x
https://johann-s.github.io/bs-stepper/
MIT License
444 stars 89 forks source link

Non-linear issue when using constructor #313

Open sitsum opened 1 year ago

sitsum commented 1 year ago

I have declared my bs-stepper as non-linear by setting the value for linear as false (SS1.gif). Which works perfectly. However, whenever I try to set the active step by this code (SS2.gif) it somehow turn the bs-stepper into a linear one. SS1 SS2