Skip to content

fix(forms): simplify design of parse errors#66897

Open
mmalerba wants to merge 1 commit intoangular:mainfrom
mmalerba:sf/redesign-parse
Open

fix(forms): simplify design of parse errors#66897
mmalerba wants to merge 1 commit intoangular:mainfrom
mmalerba:sf/redesign-parse

Conversation

@mmalerba
Copy link
Contributor

@mmalerba mmalerba commented Feb 4, 2026

Removes the parseErrors property on FormUiControl and instead introduces a new utility transformedValue that automatically handles synchronizing the raw value and model value using the given parse and format functions. It also automates the reporting of parseErrors to the FormField, simplifying the API surface

Reoves the `parseErrors` property on `FormUiControl` and instead
introduces a new utility `transformedValue` that automatically handles
synchronizing the raw value and model value using the given `parse` and
`format` functions. It also automates the reporting of `parseErrors` to
the `FormField`, simplifying the API surface
mmalerba added a commit to mmalerba/angular that referenced this pull request Feb 5, 2026
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.

1 participant