When we want to call an API on input value change then we can use "onChange" event of input field but this will trigger change event on each letter typing and will increase load with multiple server calls.
By using this component you will get an event "onStopTyping" which will call screen action only when user will stop typing on input field. This will increase application performance by reducing the unwanted server call.
How to use this component?
No major change.