Open kartikwatwani opened 4 years ago
I am unable to listen for MDCDialog:closed event. I am adding a listener as shown below
MDCDialog:closed
this.dialog.MDComponent.listen("MDCDialog:closed",function(){ console.log('MDCDialog:closed'); }); this.dialog.MDComponent.listen("MDCDialog:closing",function(){ console.log('MDCDialog:closing'); }) this.dialog.MDComponent.listen("MDCDialog:opening",function(){ console.log('MDCDialog:opening'); }); this.dialog.MDComponent.listen("MDCDialog:opened",function(){ console.log('MDCDialog:opened'); });
None of the above listeners are firing. Can you help me solve this issue or tell me possible things that I might be doing wrong while adding the listeners? Thank You.
I am unable to listen for
MDCDialog:closed
event. I am adding a listener as shown belowNone of the above listeners are firing. Can you help me solve this issue or tell me possible things that I might be doing wrong while adding the listeners? Thank You.