mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
d2b613900c
A custom FormValueControl only participates in debounce('blur') if it emits
the touch output on the native blur event. This was undocumented, and the
touch name reads like a focus event, so users wired it to (focus) and
blur-based debouncing silently did nothing.
Add a dedicated guide section with a working example, link the debounce API
reference to it, and clarify the touch JSDoc that it must fire on blur, not
focus.
Fixes #69370
(cherry picked from commit 12fcec8ce9)