Skip to content

Conversation

@crisbeto
Copy link
Member

Fixes that the valueChanges stream from reactive forms was emitting on init for the timepicker input. It was because we had an effect that was meant to trigger min/max revalidation.

I also ended up consolidating all the validation updates into a single effect so we don't have multiple sources of changes.

Fixes #32423.

Fixes that the `valueChanges` stream from reactive forms was emitting on init for the timepicker input. It was because we had an `effect` that was meant to trigger `min`/`max` revalidation.

I also ended up consolidating all the validation updates into a single effect so we don't have multiple sources of changes.

Fixes angular#32423.
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Nov 28, 2025
@crisbeto crisbeto requested a review from a team as a code owner November 28, 2025 06:46
@crisbeto crisbeto requested review from mmalerba and ok7sai and removed request for a team November 28, 2025 06:46
@crisbeto crisbeto removed the request for review from mmalerba December 1, 2025 20:24
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Dec 1, 2025
@crisbeto crisbeto merged commit cd22ab6 into angular:main Dec 1, 2025
26 of 29 checks passed
@crisbeto
Copy link
Member Author

crisbeto commented Dec 1, 2025

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

crisbeto added a commit that referenced this pull request Dec 1, 2025
Fixes that the `valueChanges` stream from reactive forms was emitting on init for the timepicker input. It was because we had an `effect` that was meant to trigger `min`/`max` revalidation.

I also ended up consolidating all the validation updates into a single effect so we don't have multiple sources of changes.

Fixes #32423.

(cherry picked from commit cd22ab6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: material/timepicker 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(Timepicker): valueChanges-event is called during initialization

2 participants