reactjs-popup
reactjs-popup copied to clipboard
How to stop area outside of modal closing when clicked?
I'm wondering how to stop the area outside of the modal/ popup closing when clicked? Is this a feature you can enable/ disable in any way? and if so, how is it done? Many thanks
Did you try setting closeOnDocumentClick
to false?