Open aadLannister opened 7 years ago
Hi, Thank's for your great works ! I think you should change your goToStep(step) function to check the current step state like this:
public goToStep(step: WizardStepComponent): void { if (!this.isCompleted && this.activeStep.isValid) { this.activeStep = step; } }
Thank's again.
Hi, Thank's for your great works ! I think you should change your goToStep(step) function to check the current step state like this:
Thank's again.