New to Kendo UI for Angular? Start a free 30-day trial
Debouncing Value Changes
Updated on Oct 31, 2025
By default, the Kendo UI for Angular Inputs process each update of an input value without delay.
However, changes in the input might trigger complex operations such as network requests. To handle such scenarios, implement a slight delay before the component accepts the new value.
The following example demonstrates how to apply an afterValueChanged directive to any component with a valueChange event. Under the hood, the implementation uses the debounceTime RxJS operator.
Change Theme
Theme
Loading ...