Google Maps, with Auto Complete in a modal

Wappler 4.9.1 M1 Mac

If I place a text input with google places auto complete, and a map under it that moves to the address of the input it works fine, however if i place those elements inside a modal window the auto complete stops working.
The only way to force it to work is to add a style to my css of

div.pac-container.pac-logo {
  z-index: 1055;
}
1 Like

And have you noticed that if the modal has scroll, the address box stays fixed in the middle of the screen and does not follow the movement of the input.