google autocomplete not working in modal
div.pac-container {
z-index: 99999999999 !important;
}
google autocomplete not working in modal
div.pac-container {
z-index: 99999999999 !important;
}
autocomplete widget not working in modal popup
/*
at the time of writing 13/03/2021 Google change the class for
it's container from .ui-autocomplete to .pac-container.
The problem is that the z-index of the suggestions element is lower
that the modal element so it works but it's shown below the modal
*/
.pac-container {
z-index: 10000 !important;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us