-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
Is your feature request related to a problem? Please describe.
Google maps autocomplete becomes very expensive on a large scale, this is due that it performs a request each time a key is pressed.
Describe the solution you'd like
Best way to avoid sending too many requests is to add a debounce feature to wait x ms before sending a new request..
Metadata
Metadata
Assignees
Labels
No labels