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 17 Next »

Related Pages: Popups, Message Popups

Lead:  Liav Nadler ONGOING

Description

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

Usage & Behaviour

General guidelines

Structure

  • In addition to the basic elements of a Popup window, 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 in-context help.

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

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 detailed validations and errors, see Field Validation.

Best practices

Accessibility compliance

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

Design

Code

<<a box containing the code - discuss with Femi>>

  • No labels