Skip to content
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

Conversation

mistrykaran91
Copy link
Contributor

@mistrykaran91 mistrykaran91 commented Jan 14, 2025

Set all the previous steps as interacted if it's linear step and is not the first step.

Fixes #15449

@mistrykaran91 mistrykaran91 requested a review from a team as a code owner January 14, 2025 11:45
@mistrykaran91 mistrykaran91 requested review from crisbeto and andrewseguin and removed request for a team January 14, 2025 11:45
@mmalerba mmalerba added the target: patch This PR is targeted for the next patch release label Feb 11, 2025
…revious step issue

Set the step as interacted if its linear step and is not the first step.

angular#15449
@mistrykaran91 mistrykaran91 force-pushed the bugfix/linear-stepper-previous-step-issue-after-initialization branch from db719c8 to 17f4416 Compare February 12, 2025 04:19
@mistrykaran91
Copy link
Contributor Author

mistrykaran91 commented Feb 19, 2025

@mmalerba, does the action:merge tag will be added later ? I'm a little curious as to know when it will be merged :)

@mmalerba mmalerba added the action: merge The PR is ready for merge by the caretaker label Feb 19, 2025
@mmalerba
Copy link
Contributor

It needs to pass internal tests first, which it has now, so I'll merge it shortly :)

@mmalerba mmalerba merged commit 5233a43 into angular:main Feb 19, 2025
20 of 22 checks passed
@mmalerba
Copy link
Contributor

The changes were merged into the following branches: main, 19.1.x, 19.2.x

mmalerba pushed a commit that referenced this pull request Feb 19, 2025
…revious step issue (#30323)

Set the step as interacted if its linear step and is not the first step.

#15449

(cherry picked from commit 5233a43)
mmalerba pushed a commit that referenced this pull request Feb 19, 2025
…revious step issue (#30323)

Set the step as interacted if its linear step and is not the first step.

#15449

(cherry picked from commit 5233a43)
@mistrykaran91 mistrykaran91 deleted the bugfix/linear-stepper-previous-step-issue-after-initialization branch February 21, 2025 04:57
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Mar 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: cdk/stepper target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linear stepper stuck on the step after re-initialization
2 participants