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
362 stars 181 forks source link

geocoder onChange event on input element #481

Open wibed opened 1 year ago

wibed commented 1 year ago

there is a lack of control in case input receives events, an onchange handler would be nice

feature request.

wibed commented 1 year ago

i just found out that one can add the clear event. which is not documented. so this turns into a request to document said event.