-
Notifications
You must be signed in to change notification settings - Fork 100
Remove widget panel #840
Copy link
Copy link
Open
Description
Summary
I have been working on an lit-element work around for the upload-widget using the CDN. I have gotten to a place that I can load the dialog, However it also places a div on the screen that I would rather not have. Is there a way to not have this happen?
Relevant information
Input
<input
type="hidden"
role="uploadcare-uploader"
id="uploadedImage"
data-preview-step="true" />Function to activate dialog
openUploadcare() {
const ele = this.shadowRoot.querySelector('#uploadedImage');
const widget = uploadcare.Widget(ele).openDialog();
}Screenshot of panel
Environment (if relevant)
Node: 14.15.4
lit-element: 2.4.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
