Setting value for autocomplete search field linked to Google Places API
- by user1653350
I have a web page where people will be able to enter multiple destinations.
When they state they want to enter a new destination, the current field values are stored in arrays.
If they choose to go back to a previous destination, the relevant values are reinserted into the form fields.
I am using the search field linked to autocomplete as the…