Input Dialog

A lightbox dialog that prompts user for input.

Introduction

The input dialog pattern is a specific type of lightbox dialog that prompts a user for their input.

The behaviour is similar to the window.prompt() method.

Working Examples

You can take a look at the input dialog pattern in action on our examples site.

Best Practices

The section is not yet available.

Interaction Design

This section provides interaction design for keyboard, screen reader & pointing devices.

Keyboard

Keyboard focus should be placed on the first form element.

The rest of this section is not yet available.

Developer Guide

The section is not yet available.

Last updated