You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a reactjs-popup modal in a simple use case, the 'open' prop doesn't control the modal. Clicking on the modal backdrop will cause the modal to close.
When using a reactjs-popup modal in a simple use case, the 'open' prop doesn't control the modal. Clicking on the modal backdrop will cause the modal to close.
This seems like I may have missed something. Or perhaps Popup isn't a really controlled component?
Version
2.0.5
Test Case
Expected Behavior
When clicking on the backdrop, the popup honours the value of the 'open' prop and remains open.
Actual Behavior
The popup closes, ignoring the value of the 'open' prop.
The text was updated successfully, but these errors were encountered: