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
If you are using Visual Studio, on your style.css page set the z-index for .modal to 20.
style.css
z-index
.modal
e.g
.modal { z-index: 20 !important; }