Skip to content

fix(forms): Emit FormResetEvent when resetting control#64024

Closed
JeanMeche wants to merge 1 commit intoangular:mainfrom
JeanMeche:form-reset-event
Closed

fix(forms): Emit FormResetEvent when resetting control#64024
JeanMeche wants to merge 1 commit intoangular:mainfrom
JeanMeche:form-reset-event

Conversation

@JeanMeche
Copy link
Copy Markdown
Member

Prior to this change, the event was emitted by the Form Directive. With the change, it is now emitted at the control level.

fixes #58894

@ngbot ngbot bot added this to the Backlog milestone Sep 24, 2025
@JeanMeche JeanMeche requested a review from kirjs September 24, 2025 13:18
Copy link
Copy Markdown
Contributor

@kirjs kirjs left a comment

Choose a reason for hiding this comment

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

Approved with minor nits, thank you!

Prior to this change, the event was emitted by the Form Directive. With the change, it is now emitted at the control level.

fixes angular#58894
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release and removed target: patch This PR is targeted for the next patch release labels Sep 24, 2025
@thePunderWoman thePunderWoman removed the target: patch This PR is targeted for the next patch release label Sep 24, 2025
@JeanMeche JeanMeche added the target: major This PR is targeted for the next major release label Sep 24, 2025
@thePunderWoman thePunderWoman added the target: major This PR is targeted for the next major release label Sep 24, 2025
@thePunderWoman
Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

@angular-automatic-lock-bot
Copy link
Copy Markdown

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 Oct 25, 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: forms target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FormResetEvent is not emitted via AbstractControl.reset()

3 participants