How to close the search result after selecting one location using mapbox? I am using the auto complete feature of mapbox, but after choosing a particular location it is not closing the search result box. I have added the auto complete feature like this:
geocoder = L.mapbox.geocoderControl('mapbox.places', {position: 'topleft', keepOpen: true, autocomplete:true});
geocoder.addTo(map);