Feature Description
In Angular Material v21, the role="tablist" attribute is now applied to a child element inside mat-stepper. This change prevents developers from directly adding an aria-label to the mat-stepper itself.
In previous versions (e.g., v19), the role="tablist" was applied directly on the mat-stepper element, which allowed us to add an aria-label for accessibility purposes. With the current implementation, there is no straightforward way to provide an aria-label for the stepper component.
Use Case
No response
Feature Description
In Angular Material v21, the role="tablist" attribute is now applied to a child element inside mat-stepper. This change prevents developers from directly adding an aria-label to the mat-stepper itself.
In previous versions (e.g., v19), the role="tablist" was applied directly on the mat-stepper element, which allowed us to add an aria-label for accessibility purposes. With the current implementation, there is no straightforward way to provide an aria-label for the stepper component.
Use Case
No response