mapbox-gl-geocoder
mapbox-gl-geocoder copied to clipboard
Add manual search debounce option
I have added a minor addition that allows for a manual debounce before sending a search query. If unset, the default option of 200ms is preserved.
- [x] briefly describe the changes in this PR
- [ ] write tests for all new functionality
- [ ] run
npm run docsand commit changes to API.md - [ ] update CHANGELOG.md with changes under
masterheading before merging