angular/packages/forms/signals/test/node
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
..
api feat(forms): add 'blur' option to debounce rule 2026-03-05 09:55:14 -08:00
compat feat(forms): add field param to submit action and onInvalid 2026-02-09 14:49:43 -08:00
BUILD.bazel feat(forms): support signal-based schemas in validateStandardSchema 2026-02-06 07:40:46 -08:00
dynamic.spec.ts feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00
field_context.spec.ts fix(forms): Rename signal form [field] to [formField] 2026-01-09 14:33:09 -08:00
field_node.spec.ts refactor(forms): add fieldTree property to FieldState 2026-02-09 12:28:35 -08:00
field_proxy.spec.ts refactor(forms): clean up 2026-02-23 09:09:55 -08:00
form.spec.ts feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00
logic_node.spec.ts refactor(forms): remove customError() 2026-01-07 15:07:30 -05:00
ng_signal_form.spec.ts feat(forms): add form directive 2026-02-10 14:34:48 -08:00
parse_errors.spec.ts fix(forms): use consistent error format returned from parse 2026-02-23 09:11:51 -08:00
path.spec.ts build: update Jasmine to 6.0.0 2026-02-09 12:15:57 -08:00
recursive_logic.spec.ts refactor(forms): remove customError() 2026-01-07 15:07:30 -05:00
resource.spec.ts build: update Jasmine to 6.0.0 2026-02-09 12:15:57 -08:00
submit.spec.ts feat(forms): add field param to submit action and onInvalid 2026-02-09 14:49:43 -08:00
types.spec.ts fix(forms): Support readonly arrays in signal forms 2026-01-02 08:26:06 +01:00
validation_status.spec.ts feat(forms): introduce parse errors in signal forms 2026-01-22 22:19:10 +00:00