ionic-stepper icon indicating copy to clipboard operation
ionic-stepper copied to clipboard

setStep to last step has no effect

Open Titoch opened this issue 6 years ago • 2 comments

Hi, It's not possible to setStep to last step. I think your test in setStep(index: number) about length should be :

if (index < len && index >= 0) {

instead of if (index < len - 1 && index >= 0) {

Titoch avatar Jul 11 '18 07:07 Titoch

too problem

shdehnavi avatar Dec 06 '18 11:12 shdehnavi

Any solution to this?

debonil avatar May 25 '22 08:05 debonil