pradel / react-responsive-modal

Simple responsive react modal
https://react-responsive-modal.leopradel.com/
MIT License
604 stars 95 forks source link

Option to add stop propagation outside of the modal #480

Open omarryhan opened 2 years ago

omarryhan commented 2 years ago

Feature request

Right now, when you click outside of the modal, the click propagates. Would be nice to add an option to stop this propagation

Describe the solution you'd like

Not sure how this is best implemented.

Thanks a lot!