Skip to content

feat(forms): add parseErrors to ControlValueAccessor for Signal Forms#67900

Open
alxhub wants to merge 1 commit intoangular:mainfrom
alxhub:sf/parse-errors
Open

feat(forms): add parseErrors to ControlValueAccessor for Signal Forms#67900
alxhub wants to merge 1 commit intoangular:mainfrom
alxhub:sf/parse-errors

Conversation

@alxhub
Copy link
Member

@alxhub alxhub commented Mar 26, 2026

Exposes parse errors when a UI control is used via Signal Forms. Parse errors occur when a user enters a value into a UI control that cannot be parsed into the target model type. The ControlValueAccessor interface now includes an optional readonly parseErrors signal. Signal Forms (FormField) will read this signal if present and propagate it to the field state.

@pullapprove pullapprove bot requested review from JeanMeche and devversion March 26, 2026 23:58
@angular-robot angular-robot bot added detected: feature PR contains a feature commit area: forms labels Mar 26, 2026
@ngbot ngbot bot added this to the Backlog milestone Mar 26, 2026
Exposes parse errors when a UI control is used via Signal Forms.
Parse errors occur when a user enters a value into a UI control that cannot be parsed into the target model type.
The ControlValueAccessor interface now includes an optional readonly parseErrors signal.
Signal Forms (FormField) will read this signal if present and propagate it to the field state.
@alxhub alxhub added the target: major This PR is targeted for the next major release label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: forms detected: feature PR contains a feature commit target: major This PR is targeted for the next major release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant