-
Notifications
You must be signed in to change notification settings - Fork 19
How to prepopulate the text box? #226
Copy link
Copy link
Open
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
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?