DzinerHub

DzinerHub

Confirmation Dialog

A prompt that asks the user to confirm a critical action.

Confirmation Dialog

A prompt that asks the user to confirm a critical action.

In Feedback

What is a Confirmation Dialog?

A confirmation dialog is a user interface component that prompts users to confirm a critical action before it is executed. It typically appears as a modal window with a message, asking users to either proceed with the action or cancel it.

When to use Confirmation Dialog?

Confirmation dialogs should be used when an action may lead to significant changes or consequences, such as deleting data, submitting forms, or making irreversible decisions. They help prevent accidental actions and ensure that users are making informed choices.

When not to use Confirmation Dialog?

Avoid using confirmation dialogs for actions that are routine or low-stakes, as they can frustrate users with unnecessary interruptions. It's also best not to use them in situations where the user has already demonstrated intent, such as a clear decision made through previous selections.

What is the anatomy of a Confirmation Dialog?

A confirmation dialog typically includes a message describing the action being confirmed, options for the user to confirm or cancel the action (usually represented as buttons), and sometimes additional information or context to help users make their decision. The design should be clear, concise, and visually distinct to draw attention.