[ad_1]
Sure. There is a Setting to disable the address search in the main map. You will find it under Settings > Open User Map > General > Disable “Enter address” searchbar.
However this will only affect the main map.
If you’d like to disable the searchbar in the popup try this CSS code:
.open-user-map .add-location .leaflet-geosearch-bar {
display: none;
}Best regards,
Daniel
