angular/packages/forms/signals/test/node/api
Leon Senft 670d1660c4 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.

(cherry picked from commit c767d678cf)
2026-03-05 17:55:18 +00: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 17:55:18 +00: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