I have a Google Maps Autocomplete input field inside a Twitter Bootstrap modal dialog and the autocomplete result is not displayed. However, if I press the down arrow key, i
In my scenario the .pac-container 's z-index value will be init and override to 1000, even I set in CSS. (possibly by google API?)
my dirty fix
$('#myModal').on('shown', function() { $(".pac-container").css("z-index", $("#myModal").css("z-index")); }