bs-stepper
bs-stepper copied to clipboard
Add check mark when a step is validated
At the first i want to thank you for cool library.
I want to ask for implementation of 2 things.
- Allow control of stepper via
dataprops on the elements of steps. - Is possible when i'm reaching next steps to have them active too?
- Like if i'm on the step 3 then 1,2,3 should be displayed as active too (indicating that i passed them).
Hi @jetpack3331,
Is possible when i'm reaching next steps to have them active too?
Yep I thought about that by adding a check mark for example: ✔️ , that would be a good improvement 👍
Allow control of stepper via data props on the elements of steps.
Can you explain a bit more what you mean ?
Ah don't care about the last sentence. :)
A check icon would be great. I just tested the demo on my phone and was a bit surprised how the form validation example looked after I got to step 2. The grey color suggests for me that there is something missing.

I would like a checkmark for the previous steps that are completed.
any news on this feature?