angular/packages/forms/signals/test/web
Alex Rickabaugh f9f24fc669 feat(forms): shim legacy NG_VALIDATORS into parseErrors for CVA mode (#67943)
- Injected `NG_VALIDATORS` into `FormField` and exposed it via an internal getter.
- Created a `computed` signal in `cvaControlCreate` to run legacy validators and map into standard validation errors without generic `as any` type assertions.
- Intercepted `registerOnValidatorChange` to trigger updates even when the model value remains unchanged (e.g., going from `null` to `null`).
- Added integration tests to verify parse error propagation and reactivity.

PR Close #67943
2026-04-14 18:32:24 +03:00
..
BUILD.bazel fix(forms): clear native date inputs correctly in signal forms when changed via native UI 2026-03-20 15:10:26 -07:00
compat_form.spec.ts refactor(forms): relax [formField] input type from FieldTree to Field 2026-02-11 11:45:20 -08:00
debounce_async_validation_bug.spec.ts fix(core): lazy-initialize debounced state to prevent computation cycle 2026-03-19 16:18:38 -07:00
dynamic_binding.spec.ts refactor(forms): relax [formField] input type from FieldTree to Field 2026-02-11 11:45:20 -08:00
field_proxy.spec.ts ci: reformat files 2025-12-16 14:44:19 -08:00
focus.spec.ts test(forms): support directive composition with FormField 2026-03-25 13:35:02 -07:00
form_field.spec.ts fix(forms): allow late-bound input types for signals forms 2026-04-03 10:18:09 -07:00
input_validity_monitor.spec.ts fix(forms): clear native date inputs correctly in signal forms when changed via native UI 2026-03-20 15:10:26 -07:00
interop.spec.ts feat(forms): shim legacy NG_VALIDATORS into parseErrors for CVA mode (#67943) 2026-04-14 18:32:24 +03:00
number_input.spec.ts fix(forms): clear native date inputs correctly in signal forms when changed via native UI 2026-03-20 15:10:26 -07:00
reactive_fvc.spec.ts feat(forms): template & reactive support for FVC 2026-03-17 13:18:26 -06:00
signal_form_control_web.spec.ts refactor(forms): rename directive files for consistency (#67727) 2026-03-23 15:41:19 -07:00
template_fvc.spec.ts feat(forms): template & reactive support for FVC 2026-03-17 13:18:26 -06:00
test_input_validity_monitor.ts fix(forms): clear native date inputs correctly in signal forms when changed via native UI 2026-03-20 15:10:26 -07:00