taf/templates/Ask/inputs/input.hbs

12 lines
189 B
Handlebars

<label
for="{{id}}"
>
{{ label }}
</label>
<input
type="{{ inputType }}"
id="{{ id }}"
name="{{ key }}"
{{ valueAttribute }}="{{ defaultValue }}"
{{#if autofocus}}autofocus{{/if}}
>