FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(forms): Handle orphan children that recieve events by JeanMeche · Pull Request #68293 · angular/angular · GitHub

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

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

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

Conversation

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 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

We might want this to be public.

kirjs requested a review from alxhub April 29, 2026 19:47
JeanMeche closed this Aug 24, 2026
JeanMeche deleted the forms-blur-events branch August 24, 2026 23:07
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Signal forms array field tracking value causes orphan field error

1 participant


Back | FazBrowse Home | New Git URL