It’s possible to set a initial step? for sample, when my User enter my view, I verify something and start at the 2 ou 3 step
tks
It’s possible to set a initial step? for sample, when my User enter my view, I verify something and start at the 2 ou 3 step
tks
Hi,
this is currently not supported. There are plans to make the stepper navigatable to clicking the headers and this would include an API like setCurrentStep(). In the meantime you could either implement that functionality yourself or create the stepper based on the user input leaving out the unnecessary steps as a work around.