Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

google address suggestion is not working inside popup modal

The autocomplete suggested results are there but hidden underneath the popup/modal window which has a higher z-index value. To fix this issue, add the following CSS to your stylesheet:

div.pac-container {
    z-index: 99999999999 !important;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #google #address #suggestion #working #popup #modal
ADD COMMENT
Topic
Name
7+6 =