Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

144
Views
Google Places API autocomplete results are is not clickable

I have a working autocomplete Places API. It shows the suggested places but these options are not clickable or do not do anything when clicked.

I've tried changing the z-index and trying it on a different page to see if there are any plugins that conflict, but there are none.

<input type="text" id="address" style="width: 500px;"></input>

    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCuVftmpzV-RSZA7-td6gaCpYwMmDc9CPo&libraries=places&v=weekly"></script>


    <script>
        var autocomplete = new google.maps.places.Autocomplete($("#address")[0], {});

        google.maps.event.addListener(autocomplete, 'place_changed', function() {
            var place = autocomplete.getPlace();
            console.log(place.address_components);
        });

    </script>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!