Skip to content

Commit

Permalink
Update dialog.md (#16416)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelhdzdev authored Sep 30, 2023
1 parent c8c852b commit 6f88c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/quasar-plugins/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ However, **you can also supply a component for the Dialog Plugin to render** (se
With the QDialog plugin, you can programmatically build three types of dialogs with the following form content:
1. A prompt dialog - asking the user to fill in some sort of data in an input field.
2. A set of options for the user to select from using either radio buttons or toggles (singular selection only) or check boxes (for multiple selections).
3. A simple confirmation dialog, where the user can cancel or give her "ok" for a particular action or input.
3. A simple confirmation dialog, where the user can cancel or give their "ok" for a particular action or input.

In order to create #1, the prompting input form, you have the `prompt` property within the `opts` object.

Expand Down

0 comments on commit 6f88c71

Please sign in to comment.