Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

350
Views
Angular Closing Mat-Stepper When Its Label Is Clicked On

In my code, I have a vertical mat-stepper. In mat-stepper, I can't close the current mat-step when I click on it. I can only close/open the next or the previous mat-step. Is there a way to close the mat-step when its label is clicked on?

enter image description here

HTML:

<mat-vertical-stepper [linear]="true" #stepper matStepperPrevious>
                <mat-step>
                    <ng-template matStepLabel>Son</ng-template>
                    <div>
                        <button mat-button class="green fuse-white-fg" matStepperNext
                            [disabled]="disableCompleteButton" (click)="complete(stepper)">Tamamla</button>
                        <button mat-button class="green fuse-white-fg ml-8"
                            (click)="stepper.reset(); clear()">Resetle</button>
                    </div>
                </mat-step>
</mat-vertical-stepper>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!