GwtMaterialDesign / gwt-material-addins

Custom Components for gwt-material.
https://gwtmaterialdesign.github.io/gmd-addins-demo/
Apache License 2.0
35 stars 46 forks source link

MaterialPopupMenu fires close event on open #425

Open duststar76 opened 3 years ago

duststar76 commented 3 years ago

I'm implementing a dynamic ContextMenu which I try to remove from the DOM when the Menu is closed.

Therefor I'm using the CloseEvent, but this event is triggered when I call open() on the MaterialPopupMenu.