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 ...
Current Behavior 😯 Clicking anywhere when Dialog is opened also call parent's onClick event. Adding e.stopPropagation() to Dialog's onClick makes Backdrop click stop working. Expected Behavior 🤔 ...