Johann-S / bs-stepper

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

Half linear stepper #301

Open dawid2151 opened 2 years ago

dawid2151 commented 2 years ago

Hi, I need a steeper to go linearly forward, meaning you can only go one step forward via "next" button, but every "crossed" step can be accessed at will similar to how nonlinear stepper works.

Is that possible in a 'easy way' or do I have to interfere with .step-trigger onClick event to check if clicked button has 'crossed' class.