davidmfoley / react-router-modal

Simple modals for react-router 4
MIT License
153 stars 20 forks source link

Add onBackdropClick to the ModalRoute props #17

Closed ppciesiolkiewicz closed 6 years ago

ppciesiolkiewicz commented 6 years ago

It will be nice to disable or change the default behaviour of the onBackdropClick in ModalRoute

davidmfoley commented 6 years ago

Added in v1.3.3. For now, the handler is invoked with no arguments (so no event for preventDefault, etc.) Let mw know if you have any other suggestions.