Add delayed value for the Input component that will change after a period of time of no typing
Environment
Product Version | 5.12.0 |
Product | Progress® KendoReact |
Description
I want the value of the Input to change only after the user stops typing for some time.
Solution
Having a delayed value is possible by introducing a second state variable and tracking the time for the last change. Such implementation might be suitable for filtering, where triggering the filtering can be initiated only when the user stops typing.
This is an example showcasing how to limit the value: