Closed
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
Hi Team,
In the Stepper component (horizontal stepper ) tick icon does not render properly in the RTL direction.
it is not working in the angular material sample also
https://material.angular.io/components/stepper/examples
I tried the tricky solution
[editable]="isEditable"
toggle the isEditable value if the user change to RTL language, it is worked as expected.
Is there any alternative solution for this issue?
Reproduction
Steps to reproduce:
- Open the angular material stepper component in stackblitz
- Fill the first step and move to the next step
- Apply the RTL direction in the HTML element
- we can the tick icon in the first step is misalignment
Expected Behavior
it's should be alignment proper both RTL and LTR
Actual Behavior
Environment
- Angular:
- CDK/Material:
- Browser(s):
- Operating System (e.g. Windows, macOS, Ubuntu):