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
  • 26,923
  • 21
  • 73
  • 125
Itay Moav -Malimovka
  • 50,983
  • 60
  • 187
  • 270

0 Answers0