Skip to end of banner
Go to start of banner

Dialogs

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 26 Next »

Related Pages: Popups, Message Popups

Description

A dialog is a Popup which allows the user to enter information or make decisions.

Usage & Behavior

General guidelines

Structure

  • In addition to the basic elements of a Popup, a dialog contains a set of form components, such as Radio Buttons, Check Boxes, and Drop-down Menus.

  • A help icon (?) may appear next to the closing icon (X) in the dialog's header, for additional contextual help.

  • Dialogs may vary in width or height. In some cases, the size of the dialog can be responsive to choices made by the user or by error messages. See Field Validation.

  • The least destructive action will be the default button, located on the right-end of the popup.

Interaction

Validations and errors

  • The primary action button will be enabled even when the dialog box contains empty mandatory fields. In this case, clicking the main action button will:

    • Show an error message at the bottom of the dialog.

    • Disable the button.

  • For further information see Field Validation.

Best practices

Accessibility compliance

Unless otherwise specified, see our general compliance information in Fundamentals - Accessibility.

Design

Zeplin link

Screen thumbnail

https://zpl.io/VKOlj6V

Code

  • No labels