Skip to content

Commit

Permalink
Update venue-info-component-controller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai committed Nov 4, 2024
1 parent 3c7e0c9 commit efed251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function initAutocomplete(el, props) {
const placeLNG = el.querySelector('#google-place-lng');
const placeGmtOffset = el.querySelector('#google-place-gmt-offset');

autocomplete.setFields(['name', 'address_components', 'geometry', 'place_id', 'utc_offset_minutes', 'url']);
autocomplete.setFields(['formatted_address', 'name', 'address_components', 'geometry', 'place_id', 'utc_offset_minutes', 'url']);

autocomplete.addListener('place_changed', () => {
const place = autocomplete.getPlace();
Expand Down

0 comments on commit efed251

Please sign in to comment.