Input Dialog
A lightbox dialog that prompts user for input.
Last updated
A lightbox dialog that prompts user for input.
Last updated
The input dialog pattern is a specific type of lightbox dialog that prompts a user for their input.
The behaviour is similar to JavaScript's window.prompt() method.
You can take a look at the input dialog pattern in action on our examples site.
The section is not yet available.
The input dialog inherits all base behaviour and interaction design from the modal lightbox dialog pattern. It's unique characteristic is that the input field should receive keyboard focus (e.g. "Your Max Bid" in the screenshot above).
The section is not yet available.