In my scenario, I load <gmpx-place-picker> inside a sandbox page inside an iframe inside a Chrome extension content script
After the user selects a location, he will close the pop-up injected into the content script
How do I make sure that the next time he loads up, <gmpx-place-picker> is prepopulated with the value he selected earlier?
In my scenario, I load
<gmpx-place-picker>inside a sandbox page inside an iframe inside a Chrome extension content scriptAfter the user selects a location, he will close the pop-up injected into the content script
How do I make sure that the next time he loads up,
<gmpx-place-picker>is prepopulated with the value he selected earlier?