I have textfield has .editedChanged event.
when user type "Boy" it will send :
"B" send to API for search and waiting for responding.
"Bo" send to API for search and waiting for responding.
"Boy" send to API for search and waiting for responding.
The problem is , it will request 3 times to server and get 3 times of responding from server.
****How can i send only 1 time "Boy" send to API for search and waiting responding ??