Hi,
Is it possible to pull the address from address history which are listed below the form input?
Like if i tap an address from the list, it will automatically appear in the search input form.
Thank you
Hi,
Is it possible to pull the address from address history which are listed below the form input?
Like if i tap an address from the list, it will automatically appear in the search input form.
Thank you
On click of the history address, update a location field (location_temp) in the logged in user collection.
Then set the location input default = location_temp.
You may want to clear the this logged in user value, in which case you can reference a location input that is always empty.
HI @Rozza ,
Is it possible to show in the location placeholder the location selected from the list below?
Thank you
Yeah. But you need to update the logged in user and set the input default address as logged in user.
Sorry but i cant figure out…
In your example
Click Makati Hall
Update logged in user. Temp_address
Set the default address on your search input = LIU temp_address
It works! Thank you very much @Rozza !
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.