yjose / reactjs-popup

React Popup Component - Modals,Tooltips and Menus —  All in one
https://react-popup.elazizi.com/
MIT License
1.8k stars 207 forks source link

How to stop area outside of modal closing when clicked? #342

Open danielmintz opened 1 year ago

danielmintz commented 1 year ago

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

benomatis commented 1 year ago

Did you try setting closeOnDocumentClick to false?