We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7982f commit 60707b3Copy full SHA for 60707b3
src/lib/stepper/stepper-horizontal.html
@@ -11,7 +11,7 @@
11
[icon]="_getIndicatorType(i)"
12
[label]="step.stepLabel || step.label"
13
[selected]="selectedIndex === i"
14
- [active]="step.completed || selectedIndex === i"
+ [active]="step.completed || selectedIndex === i || !linear"
15
[optional]="step.optional">
16
</mat-step-header>
17
<div *ngIf="!isLast" class="mat-stepper-horizontal-line"></div>
src/lib/stepper/stepper-vertical.html
@@ -10,7 +10,7 @@
10
0 commit comments