Closed omeiirr closed 2 years ago
Or do we want to use the dropdown/auto-suggest field for selecting cities?
I fixed it by waiting until the user stops typing for 1 second then it sends the request
I will push the code after the map changes are merged to avoid conflicts
We can use the Lodash debounce function to only call the API once every few keystrokes, instead of calling it at every single keystroke. This would help reduce the number of API calls being made.