You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Especially for server side processing, sending a request after every keypress can be problematic. Not only does it give the server more work to do, but if an earlier request takes longer to finish, the correct result gets replaced with the earlier one.
An option for delay between requests would be useful. Also, only sending the request if the query changed could be a nice improvement. I can make a PR if needed.
The text was updated successfully, but these errors were encountered:
Especially for server side processing, sending a request after every keypress can be problematic. Not only does it give the server more work to do, but if an earlier request takes longer to finish, the correct result gets replaced with the earlier one.
An option for delay between requests would be useful. Also, only sending the request if the query changed could be a nice improvement. I can make a PR if needed.
The text was updated successfully, but these errors were encountered: