Google Places Locks/Greys My Input Out

Hello,

For whatever reason, my my input search locks me out when I type two numbers or one letter. I don’t know how to fix this. Here is the image

Also here is the code

``
<script type=“text/javascript”
src=“https://maps.googleapis.com/maps/api/js?key=AIzaSyAxky0TXeV8TfA-X7tBOwIv6PEGCrjGicc&libraries=places

/script

<!-- Set autocomplete input -->
<script>
var placesSearch = document.getElementById("places");
  var autocomplete = new google.maps.places.Autocomplete(placesSearch);
</script>

`

I got it from Google Places Autocomplete in Webflow
`


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

The /script didn’t go through on the first paragraph for some reason but letting you know it exist on the webpage so that is not the issue.

Hi @WTA,

Would you be able to provide a link to your live site and read-only link?

It might be worth double checking that you followed this step correctly: https://brota-places-autocomplete.webflow.io/#restrict-api

It’s worth having a look in the console when you try to type something in to see if it’s throwing up any error messages.

I just ended up using Mapbox. Cheaper and less of a headache.