refactor(forms): accept transforms for FormUiControl#66562
Closed
JeanMeche wants to merge 1 commit into
Closed
Conversation
9807b3b to
03d7a5f
Compare
Member
Author
|
(presubmit is a flake) |
03d7a5f to
0b86cb9
Compare
Contributor
|
Can you please edit the commit message to indicate it'll fix #65889. |
JeanMeche
added a commit
to JeanMeche/angular
that referenced
this pull request
Jan 27, 2026
`FormUiControl` should expect the given type as input but it shouldn't care what the output of the transform is. fixes angular#66562
0b86cb9 to
5158aab
Compare
JeanMeche
added a commit
to JeanMeche/angular
that referenced
this pull request
Feb 2, 2026
`FormUiControl` should expect the given type as input but it shouldn't care what the output of the transform is. fixes angular#66562
5158aab to
f70eb58
Compare
JeanMeche
added a commit
to JeanMeche/angular
that referenced
this pull request
Feb 2, 2026
`FormUiControl` should expect the given type as input but it shouldn't care what the output of the transform is. fixes angular#66562
f70eb58 to
4e34444
Compare
JeanMeche
added a commit
to JeanMeche/angular
that referenced
this pull request
Feb 2, 2026
`FormUiControl` should expect the given type as input but it shouldn't care what the output of the transform is. fixes angular#66562
4e34444 to
a443ac4
Compare
JeanMeche
added a commit
to JeanMeche/angular
that referenced
this pull request
Feb 12, 2026
`FormUiControl` should expect the given type as input but it shouldn't care what the output of the transform is. fixes angular#66562
aea3a38 to
874a637
Compare
JeanMeche
added a commit
to JeanMeche/angular
that referenced
this pull request
Feb 18, 2026
`FormUiControl` should expect the given type as input but it shouldn't care what the output of the transform is. fixes angular#66562
JeanMeche
added a commit
to JeanMeche/angular
that referenced
this pull request
Feb 23, 2026
`FormUiControl` should expect the given type as input but it shouldn't care what the output of the transform is. fixes angular#66562
874a637 to
fafdb82
Compare
`FormUiControl` should expect the given type as input but it shouldn't care what the output of the transform is. fixes angular#66562
fafdb82 to
e55ba6f
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#65760 implemented the transform support backwards.
FormUiControlshould expect the given type as input but it shouldn't care what the output of the transform is.fixes #66562