Back to Fluentui

DialogOverview

packages/react-examples/src/react/Dialog/docs/DialogOverview.md

4.40.2-hotfix2585 B
Original Source

A dialog box (Dialog) is a temporary pop-up that takes focus from the page or app and requires people to interact with it. It’s primarily used for confirming actions, such as deleting a file, or asking people to make a choice.

React 17 event delegation

Changes to event delegation in React 17 can cause issues with event bubbling when using Dialog. See Layer documentation for details on how to resolve eventing issues with this control in React 17.