Skip to content

fix(cdk/stepper): linear updates not reflected in the DOM#33007

Open
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:32964/stepper-statte
Open

fix(cdk/stepper): linear updates not reflected in the DOM#33007
crisbeto wants to merge 1 commit intoangular:mainfrom
crisbeto:32964/stepper-statte

Conversation

@crisbeto
Copy link
Copy Markdown
Member

In #31208 I converted a bunch of the shared stepper state to signals in order to resolve "changed after checked errors". I didn't do it for linear which ends up being used in a computed and results in the DOM sometimes being out of sync. These changes update linear to use signals under the hood.

Fixes #32964.

In angular#31208 I converted a bunch of the shared stepper state to signals in order to resolve "changed after checked errors". I didn't do it for `linear` which ends up being used in a `computed` and results in the DOM sometimes being out of sync. These changes update `linear` to use signals under the hood.

Fixes angular#32964.
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

bug(Stepper): Dynamic change of [linear] input does not update UI state

1 participant