You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Leaflet.fullscreen which uses requestFullscreen on the map container to show the map in a fullscreen mode.
When the map is in fullscreen the autocomplete results are no longer shown because the created Element is not a child of the map container div but a child of the body and therefore not shown.
Is it possible to make the autocomplete results div a child of the map container?