-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(cdk/stepper): Linear stepper after initialization navigating to previous step issue #30323
fix(cdk/stepper): Linear stepper after initialization navigating to previous step issue #30323
Conversation
…revious step issue Set the step as interacted if its linear step and is not the first step. angular#15449
db719c8
to
17f4416
Compare
@mmalerba, does the |
It needs to pass internal tests first, which it has now, so I'll merge it shortly :) |
The changes were merged into the following branches: main, 19.1.x, 19.2.x |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Set all the previous steps as interacted if it's linear step and is not the first step.
Fixes #15449