You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
This is more of a feature request than a bug, but the pud.dev page directed me to make an issue rather than a pull request. Also this might be in line with whatever coding principles you guys are about.
I would like to change the activeStep of a material stepper through an input rather than haveing to go around in code with:
This is more of a feature request than a bug, but the pud.dev page directed me to make an issue rather than a pull request. Also this might be in line with whatever coding principles you guys are about.
I would like to change the activeStep of a material stepper through an input rather than haveing to go around in code with:
and then:
stepper.activeStepIndex = myActiveStepWhatISavedFromLastTime;
I thought something like:
Would be 'nicer' and save me having to mess around with lifecycle hooks.
The text was updated successfully, but these errors were encountered: