Logicify / jquery-locationpicker-plugin

JQuery Location Picker plugin
MIT License
389 stars 260 forks source link

EnableAutocomplete is not working #142

Open PoojaVashi opened 6 years ago

PoojaVashi commented 6 years ago

EnableAutocomplete is not working if markerInCenter is set to true in location picker.

memorx commented 5 years ago

The issue for me was the dropdown hiding below my model,

This was my fix:

.pac-container, .pac-item{ z-index: 2147483647 !important; }