I have an events app and user once the create an event can edit their own event, the problem is that when going to the modify event page all the text fields have a default value but the place picker doesn't.
I tried setting up a reminder or to disable the edit button if the place picker is not set but it seems the trigger doesn't work.
Any idea how how get around this? The main problem is that when users edit their events they erase the event address (as the place picker is not set so its value it's 0) which obviuosly it's a pretty big problem