mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| compat_form.spec.ts | ||
| debounce_async_validation_bug.spec.ts | ||
| dynamic_binding.spec.ts | ||
| field_proxy.spec.ts | ||
| focus.spec.ts | ||
| form_field.spec.ts | ||
| input_validity_monitor.spec.ts | ||
| interop.spec.ts | ||
| number_input.spec.ts | ||
| reactive_fvc.spec.ts | ||
| signal_form_control_web.spec.ts | ||
| template_fvc.spec.ts | ||
| test_input_validity_monitor.ts | ||