angular/packages/forms/signals/test/node/api
Leon Senft c767d678cf
feat(forms): add 'blur' option to debounce rule
Expands the `debounce` rule configuration to accept `'blur'`. When this option
is provided, the rule will delay model synchronization until the field loses
focus (is touched). This introduces a debouncer that defers resolution
until the framework automatically aborts pending debounces upon touch events.
2026-03-05 09:55:14 -08:00
..
validators feat(forms): support signal-based schemas in validateStandardSchema 2026-02-06 07:40:46 -08:00
debounce.spec.ts feat(forms): add 'blur' option to debounce rule 2026-03-05 09:55:14 -08:00
hidden.spec.ts refactor(forms): remove customError() 2026-01-07 15:07:30 -05:00
metadata.spec.ts feat(forms): redo the signal forms metadata API 2025-12-09 09:21:41 -08:00
structure.spec.ts refactor(forms): support dynamic object logic 2025-11-06 13:42:48 -08:00
when.spec.ts refactor(forms): remove customError() 2026-01-07 15:07:30 -05:00