-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wait before sending AJAX call #384
Comments
Wonderful, thank you @janmyler! |
For people not wanting to use external libraries for this, a simple timeout also does the trick:
|
Hi @janmyler could you please post a good snippet for how you implemented throttle/debounce with react-select? Thanks! It's not clear how to bind the input/callback with the debounced function? |
You can use es6-promise-debounce.
|
thanks @marcelometal perhaps you may be afraid to use a package that does not actively develop like me.
|
How can I get react-select to wait for someone to stop typing before making an async call so that I don't get calls like this?
The text was updated successfully, but these errors were encountered: