12 lines
189 B
Handlebars
12 lines
189 B
Handlebars
<label
|
|
for="{{id}}"
|
|
>
|
|
{{ label }}
|
|
</label>
|
|
<input
|
|
type="{{ inputType }}"
|
|
id="{{ id }}"
|
|
name="{{ key }}"
|
|
{{ valueAttribute }}="{{ defaultValue }}"
|
|
{{#if autofocus}}autofocus{{/if}}
|
|
>
|