jquery-locationpicker-plugin
jquery-locationpicker-plugin copied to clipboard
EnableAutocomplete is not working
EnableAutocomplete is not working if markerInCenter is set to true in location picker.
The issue for me was the dropdown hiding below my model,
This was my fix:
.pac-container, .pac-item{ z-index: 2147483647 !important; }