kuhnza / angular-google-places-autocomplete

Pure AngularJS directive for Google Places Autocomplete
MIT License
257 stars 189 forks source link

Input box gets hide #125

Open PratyushGupt opened 6 years ago

PratyushGupt commented 6 years ago

On adding this directive, the style of input box changes to display: none.

peteichuk commented 6 years ago

https://github.com/kuhnza/angular-google-places-autocomplete/issues/124

devebex commented 6 years ago

Hi, I am also facing same issue from today morning IST... My site is running live. Please provide some help.

crtk commented 6 years ago

@devebex there is a workaround posted in #124

chethannad commented 6 years ago

Please add v=3.26 to your api "google-maps": "//maps.googleapis.com/maps/api/js?v=3.26&key=AIzaSyCbz5kKKgzx1QBJfN_EOFiVtqza6LNrrsA&libraries=places"

brunoao86 commented 6 years ago

The solution of @chethannad worked for me but I put v=3.31. Thanks!