#DevHack: Dismiss messaging extension dialog in MS Teams
Currently, I am developing my first "real" Microsoft Teams app with SharePoint Framework. In this app, I am making use of the new messaging extension capability. {{}} While developing a form in my extension, I wanted to cancel and submit a button. When I started implementing the cancel button, its `onClick` event, I was lost in how to close the dialog. While