Skip to content

fix(forms): Handle orphan children that recieve events - #68293

Open
JeanMeche wants to merge 1 commit into
angular:mainfrom
JeanMeche:forms-blur-events
Open

fix(forms): Handle orphan children that recieve events#68293
JeanMeche wants to merge 1 commit into
angular:mainfrom
JeanMeche:forms-blur-events

Conversation

@JeanMeche

Copy link
Copy Markdown
Member

Prior to this change children nodes that where both deleted and recieved an event on during the same tick were throwing errors. This commit fixes it.

fixes #66711

Prior to this change children nodes that where both deleted and recieved an event on during the same tick were throwing errors.
This commit fixes it.

fixes angular#66711
@pullapprove
pullapprove Bot requested a review from atscott April 20, 2026 18:48
hasMetadata(key: MetadataKey<any, any, any>): boolean;
readonly hidden: Signal<boolean>;
readonly invalid: Signal<boolean>;
readonly isOrphaned: Signal<boolean>;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want this to be public.

@kirjs
kirjs requested a review from alxhub April 29, 2026 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Signal forms array field tracking value causes orphan field error

1 participant