minutemailer / react-popup

React popup component
http://minutemailer.github.io/react-popup/
MIT License
208 stars 71 forks source link

Callback on click outside/dismiss or prevent click outside? #65

Open Ryanauger95 opened 4 years ago

Ryanauger95 commented 4 years ago

Is there any way to run a callback when the popup is dismissed via a click outside, or to prevent dismissal via click outside?

I tried: escToClose:false

but this does not work. Any thoughts?