DigitalRiver / react-atlas

Composable React components with CSS Modules.
http://digitalriver.github.io/react-atlas/
MIT License
38 stars 25 forks source link

Dialog component does not close when clicking on Overlay. #771

Closed hbowden closed 6 years ago

hbowden commented 6 years ago

Clicking on the Overlay when a Dialog is open should close the Dialog by default. Modal allows for this however Dialog does not use or expose the onOverlayClick prop that Modal has.