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 2d6f3ca commit a0b62cbCopy full SHA for a0b62cb
src/material/stepper/stepper.html
@@ -84,6 +84,7 @@
84
[attr.aria-labelledby]="(!step.ariaLabel && step.ariaLabelledby) ? step.ariaLabelledby : null"
85
[attr.aria-disabled]="_stepIsNavigable(i, step) ? null : true"
86
[attr.aria-owns]="_getStepContentId(i)"
87
+ [attr.data-test-index]="i"
88
[index]="i"
89
[state]="_getIndicatorType(i, step.state)"
90
[label]="step.stepLabel || step.label"
0 commit comments