angularjs UI bootstrap modal with google places
I have angular7 + bootstrap modal this not work for me
so I add ::ng-deep, see the final css below
::ng-deep .pac-container {
z-index: 100000;
}
thanks to referscus for his solution !!!
This turned out to just be a z-index issue, the problem was fixed with by adding the following to the CSS.
.pac-container {
z-index: 100000;
}