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?
The text was updated successfully, but these errors were encountered:
I agree this would be useful and I'm pretty sure it's not intentional behavior. Would you be okay with having an additional flag to toggle this? I would probably include this as a bug-fix release in v3 at first but that would mean breaking others who depend on the elements not being children of the map.
If that's fine, I'll add a new option to autocomplete in the coming days.
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?
The text was updated successfully, but these errors were encountered: