0

I have a smartsearch widget, If I type fast (which is the common scenario when someone types a name she knows), I want the request after the last letter typed to go through, not one request for each character I type.
If I fire the Ajax request in the onChange event of an INPUT tag, and I type "abcd" quick, I want to send to the server just "abcd".
Anything built into React around this?

Dharman
  • 30,962
  • 25
  • 85
  • 135
Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278

0 Answers0