Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EnableAutocomplete is not working #142

Open
PoojaVashi opened this issue Jul 23, 2018 · 1 comment
Open

EnableAutocomplete is not working #142

PoojaVashi opened this issue Jul 23, 2018 · 1 comment

Comments

@PoojaVashi
Copy link

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

@memorx
Copy link

memorx commented Jul 9, 2019

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

This was my fix:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants