/
Dialog Popups
The following macros are not currently supported in the header:
  • style

Dialog Popups

Related Pages: Popups, Message Popups

 

Description

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

image-20240118-141802.png

Usage & Behavior

General guidelines

Structure

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

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

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

  • The least destructive option will be the primary action button, on the bottom-right 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

  • Keep the content short and informative.

  • Dialog popups may contain several Tabs, a Search field, or Drag and Drop components.

  • Scrolling the entire dialog should be avoided.

Accessibility compliance

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

Design

Zeplin link

Screen thumbnail

Zeplin link

Screen thumbnail

https://zpl.io/VKOlj6V

image-20240118-142138.png

Code

 

Related content

Popups
More like this
Message Popups
More like this
Toasts
Read with this
Dialog Buttons
More like this
Field Validation
Field Validation
Read with this