angular/packages/forms/signals/test/web
Alex Rickabaugh 394ad0c2a2 fix(forms): allow late-bound input types for signals forms
Ensure that input [type] bindings are evaluated dynamically rather than cached eagerly during initialization. This allows late-bound expressions for input types to correctly apply constraints like min/max and maxLength.

Fixes #66987
2026-04-03 10:18:09 -07: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(core): Set default Component changeDetection strategy to OnPush 2026-03-24 16:25:02 -07: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