mapbox-gl-geocoder
mapbox-gl-geocoder copied to clipboard
Way to clear marker pin/input without focusing
There doesn't seem to be a way to remove the marker pin, other than .clear() which has the side-effect of focusing the control.
(At least it is possible to clear the search box, using .setInput(''))
If we implemented #239 to provide a focus method, then we could change clear to not focus.