Skip to content

The component does not work in Vaadin 23 #9

Open
@jcgueriaud1

Description

@jcgueriaud1

The overlay is not closed correctly.
cancel Popup should call the event with bubbles true.

  _cancelPopUp(e) {
    e.target.dispatchEvent(new CustomEvent('_closeColorPickerPopUp', {bubbles: true}));
  }

@appreciated if I make a Pull request, would you have the time to release the component? I will try to bump the version and migrate this component with minimal changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions