I use an Office UI Fabric Panel (nothing special, just as in the Microsoft examples). However, I want to trigger the panel programmatically. I open the panel lik this: $('#btnOpen
Solution 1:
I found the solution.
Using: panelInstance.dismiss(); closes the panel.
Post a Comment for "Office Ui Fabric Panel Won't Close"