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
Metadata
Assignees
Labels
No labels