Auto complete Google Places will not save API key

I pasted my API key into the Places Auto Complete Properties but when I click on another component and come back the key is gone. When I open it in a browser the auto complete does not work. I am rather new to wappler and coding and I am not even sure I have set up my key right. But I have no idea where to begin problem-shooting if the key is not even saving.

I think you’ll find that your API key is appended to the google maps script which will look something like this in the page header…

<script src="https://maps.googleapis.com/maps/api/js?libraries=places&amp;key=AIzaSyDXedfy552YPAoHPcaIyTFS2l8Sqlk_XXX"></script>

I just added one to a blank page and it’s working. Can you post your code here?