angular/packages/forms/signals/src
Miles Malerba ebae211add feat(forms): introduce parse errors in signal forms
Parse errors allow a custom control to communicate that it is currently
unable to produce a valid value.

Parse errors are reported by implementing the optional `parseErrors`
property on the `FormUiControl`. The property should be a signal of the
current parse errors.

Also renames several `*Field` types to `*FieldTree`. This aligns with the new naming of the concept after `Field` was renamed
to `FieldTree`.
2026-01-22 22:19:10 +00:00
..
api feat(forms): introduce parse errors in signal forms 2026-01-22 22:19:10 +00:00
controls refactor(forms): convert Signal Forms errors to use RuntimeError 2025-12-15 11:44:02 -08:00
field feat(forms): introduce parse errors in signal forms 2026-01-22 22:19:10 +00:00
schema feat(forms): introduce parse errors in signal forms 2026-01-22 22:19:10 +00:00
util refactor(forms): add compatForm 2025-11-06 10:51:28 -08:00
errors.ts feat(forms): Ability to manually register a form field binding in signal forms 2026-01-15 11:03:28 -08:00