mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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
|
||
|---|---|---|
| .. | ||
| validators | ||
| debounce.spec.ts | ||
| hidden.spec.ts | ||
| metadata.spec.ts | ||
| structure.spec.ts | ||
| when.spec.ts | ||