Google address autocomplete #162
Answered
by
ramonsimon
ramonsimon
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
ramonsimon
Feb 7, 2022
Replies: 1 comment
-
Fix: use alphine |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ramonsimon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix: use alphine
<div x-data="{}" x-init="function initialize() { var input = document.getElementById('searchTextField'); new google.maps.places.Autocomplete(input); }"></div>