Greetings,
I am using the esri-leaflet geocoding control in a map application but need to add it to a bootstrap modal popup for my workflow. I've tried
var searchControl = L.esri.Geocoding.geosearch({container: "findbox"});
which would work in the esri javascript api.
How could this be done using esri-leaflet?
Thanks, Tyler