Add the handlebars for the select block

This commit is contained in:
Oliver-Akins 2025-07-26 10:54:06 -06:00
parent ce65e3a516
commit 1cdf03fe36

View file

@ -0,0 +1,13 @@
<div class="prompt">
<label
for="{{id}}"
>
{{ label }}
</label>
<select
id="{{ id }}"
name="{{ key }}"
>
{{ taf-options defaultValue options }}
</select>
</div>