perliedman / leaflet-routing-machine

Control for routing in Leaflet
https://www.liedman.net/leaflet-routing-machine/
Other
1.06k stars 347 forks source link

feat(autocomplete): allow results to be child of geocode container #699

Closed curtisy1 closed 5 months ago

curtisy1 commented 5 months ago

This adds an option to autocomplete to append geocode suggestions to the leaflet element instead of the document body.

In cases where the app is using plugins like Leaflet.FullScreen, this fixes issues with suggestions not showing up where they should.

The default behavior stays the same, though styles might be impacted by it a little.

Fixes #698