angular-google-places-autocomplete
angular-google-places-autocomplete copied to clipboard
Input box gets hide
On adding this directive, the style of input box changes to display: none.
https://github.com/kuhnza/angular-google-places-autocomplete/issues/124
Hi, I am also facing same issue from today morning IST... My site is running live. Please provide some help.
@devebex there is a workaround posted in #124
Please add v=3.26 to your api "google-maps": "//maps.googleapis.com/maps/api/js?v=3.26&key=AIzaSyCbz5kKKgzx1QBJfN_EOFiVtqza6LNrrsA&libraries=places"
The solution of @chethannad worked for me but I put v=3.31
. Thanks!