Add the ability to be able to prompt users for information from a Dialog/macro
This commit is contained in:
parent
ce9c2de751
commit
8a94558590
9 changed files with 91 additions and 3 deletions
12
templates/Dialogs/ask.hbs
Normal file
12
templates/Dialogs/ask.hbs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<div>
|
||||
<p>
|
||||
{{question}}
|
||||
</p>
|
||||
<input
|
||||
type="{{inputType}}"
|
||||
value="{{initialValue}}"
|
||||
checked="{{initialValue}}"
|
||||
class="user-input"
|
||||
autofocus
|
||||
>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue