Add the handlebars for the select block
This commit is contained in:
parent
ce65e3a516
commit
1cdf03fe36
1 changed files with 13 additions and 0 deletions
13
templates/Ask/inputs/select.hbs
Normal file
13
templates/Ask/inputs/select.hbs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<div class="prompt">
|
||||
<label
|
||||
for="{{id}}"
|
||||
>
|
||||
{{ label }}
|
||||
</label>
|
||||
<select
|
||||
id="{{ id }}"
|
||||
name="{{ key }}"
|
||||
>
|
||||
{{ taf-options defaultValue options }}
|
||||
</select>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue