Hi everyone,
I’m using this implementation for autocompletion of location-entries in my app:
Have you tried adding your maps api key following this section of the docs?
Anvil Docs | Maps
It is working without any issues, however when i use the form in an alert, the autocomplete-does not work anymore.
Any tips, how to get that solved ?
Thank you
Cheers Florian
stucork
September 23, 2023, 12:47am
#2
Thanks for starting a new thread
Not working is quite vague, could you be more specific?
A minimal example clone link will help others to see the issue you’re facing
Hi Stucork,
thank you for your reply, sure here is an example app:
Gmaps Autocomplete example
Unfortunately i really can’t explain more than “it’s not working” as i really do not know how i would get debug-logging enabled in the alert.
stucork
September 23, 2023, 9:22am
#4
It’s probably related to this question
Try:
In theme.css
.pac-container {
z-index: 1051 !important;
}
Amazing, thank you that solved the problem ! Thank you so much !
Best regards
Florian