News

Steps to reproduce Link to live example Steps: [done in code] Specify the onClick prop to the Dialog component. Click the "Open Simple Dialog" button to open the dialog. Try to click on the backdrop ...
I have tried adding onClick={e => e.stopPropagation()} to Dialog, which solves calling parent's onClick when clicking "inside" the Dialog. However, this unfortunately breaks the behavior of the ...