angular/packages/forms/signals
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
..
compat refactor(forms): make markAsTouched() touch all descendants by default 2026-03-16 16:03:36 -06:00
src fix(forms): allow late-bound input types for signals forms 2026-04-03 10:18:09 -07:00
test fix(forms): allow late-bound input types for signals forms 2026-04-03 10:18:09 -07:00
BUILD.bazel build: configure signal forms for release (#63458) 2025-08-29 14:31:35 -07:00
index.ts feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00
PACKAGE.md build: configure signal forms for release (#63458) 2025-08-29 14:31:35 -07:00
public_api.ts refactor(forms): rename directive files for consistency (#67727) 2026-03-23 15:41:19 -07:00