mcguffin / acf-openstreetmap-field

WordPress ACF Field for OpenStreetMap
https://wordpress.org/plugins/acf-openstreetmap-field/
GNU General Public License v3.0
107 stars 21 forks source link

Search button has no click handler #87

Closed Caitboard closed 1 year ago

Caitboard commented 1 year ago

When searching for an address an issue arises. The button with class="leaflet-control-geocoder-icon"

image

does nothing when clicked. The search method works as expected when pressing return/enter on the keyboard, but the search button is causing confusion for some users.

I'd expect clicking the button would do the same as pressing return on the keyboard. Can this be fixed?