Skip to content

Remove widget panel #840

Open
Open
@sdcaulley

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

uploadcare-widget

Environment (if relevant)

Node: 14.15.4
lit-element: 2.4.0

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions