Hi Is there a way to change the array for autocomplete options, as I want to use Google to standardize inputs of street addresses
autoCompleteOptions() {
return {
fields: ['name', 'geometry', 'formatted_address', 'place_id'],
strictBounds: true,
types: ['establishment']
};
}
Hi Is there a way to change the array for autocomplete options, as I want to use Google to standardize inputs of street addresses
autoCompleteOptions() {
return {
fields: ['name', 'geometry', 'formatted_address', 'place_id'],
strictBounds: true,
types: ['establishment']
};
}