A simple prompt dialog component that can be used to display a message and a set of actions to the user. It uses the native HTML element if available, and falls back to a confirm dialog if not. The component returns a promise that resolves with the value of the selected action.
Static
Displays a prompt dialog with the specified options.
The options for configuring the prompt dialog.
A promise that resolves with the value of the selected action.
A simple prompt dialog component that can be used to display a message and a set of actions to the user. It uses the native HTML