Bug Report
- Package version(s): 1.5.3
- Browser and OS versions: Chrome, OSX
Describe the issue:
I have a button which opens a Dialog by setting isOpen={true}. The dialog opens. But when I try to close it by setting isOpen={false}, nothing happens. Examining with inspector I see:
<div class="ms-Dialog ms-Dialog--close is-open is-animatingClose">
But it never seems to transition to the actual closed state.
Actual behavior:
Dialog stays open
Expected behavior:
Dialog closes
Bug Report
Describe the issue:
I have a button which opens a Dialog by setting isOpen={true}. The dialog opens. But when I try to close it by setting isOpen={false}, nothing happens. Examining with inspector I see:
But it never seems to transition to the actual closed state.
Actual behavior:
Dialog stays open
Expected behavior:
Dialog closes