mapbox / mapbox-gl-geocoder

Geocoder control for mapbox-gl-js using Mapbox Geocoding API
https://mapbox.com/mapbox-gl-js/example/mapbox-gl-geocoder/
ISC License
368 stars 179 forks source link

Any way to close geocoder suggestion panel programatically? #531

Open dee-cf opened 1 month ago

dee-cf commented 1 month ago

Hi all,

I am struggling with documentation finding a way how to close geocoders suggestion dropdown programatically while keeping whatever search term has been put in it?

Basically, doing the same thing as if you would enter any value into input field and then click somewhere else in the page.

thanks