Hi,
I want include the Google´s Place Autocomplete Address Form in my SAPUI5 App.
But it´s not working I always get this error.
No difference if i place the functions in the index.html or the .js controller of the view.
And the code from the .xml view file.
<html:div id="locationField"> | ||||||
<html:input id="autocomplete" placeholder="Enter your address" | ||||||
onFocus="geolocate()" type="text"></html:input> | ||||||
</html:div> |
Somebody have an idea?
Thanks!