brother can you break the ice on my 2 topics: 1. without using the callback, it is working as expected and 2. I am not getting the use of func.apply() but if we remove it then the function call does not execute. hope you help me through this topic thanks a million in advance,
Timestamps:
00:00 - Why debouncing?
01:31 - Implementing from scratch
04:53 - Using lodash
05:58 - Using react react-debounce-input
Amazing ! THANKYOU SO MUCH 💓
brother can you break the ice on my 2 topics:
1. without using the callback, it is working as expected and
2. I am not getting the use of func.apply() but if we remove it then the function call does not execute.
hope you help me through this topic thanks a million in advance,
How after clicking the value we can add on input box
You have to add onclick event on autocomplete search results. And update the value of the input field as per the clicked item.
Hope it helped