<label>
<span>
Text
</span>
<input
id="text"
name="text"
type="text"
class=""
autocomplete
/>
</label>
{{#if label}}
<label {{#if actiontext}}class="js-action-container"{{/if}} {{#if labelfor}}for="{{labelfor}}"{{/if}}>
<span>
{{{label}}}
{{#if actiontext}}
<button
type="button"
class="Form-inputaction {{#if actionmodifier}}{{actionmodifier}}{{/if}}"
aria-controls="{{id}}"
{{#if actionarialabel}}aria-label="{{actionarialabel}}"{{/if}}>
{{actiontext}}
</button>
{{else}}
{{#if helptext}}<span> {{{helptext}}}</span>{{/if}}
{{/if}}
</span>
{{/if}}
<input
id="{{id}}"
name="{{name}}"
type="{{type}}"
class="{{modifier}}"
{{#if style}}style="{{style}}"{{/if}}
{{#if inputvalue}}value="{{inputvalue}}" {{/if}}
{{#if placeholder}}placeholder="{{placeholder}}" {{/if}}
{{#if autofocus}}autofocus{{/if}}
{{#if autocomplete}}autocomplete{{/if}}
{{#if disabled}}disabled{{/if}}
{{#if required}}required{{/if}}
{{#if pattern}}pattern="{{pattern}}"{{/if}}
{{#if minlength}}minlength="{{minlength}}"{{/if}}
{{#if maxlength}}maxlength="{{maxlength}}"{{/if}}
{{#if min}}min="{{min}}"{{/if}}
{{#if max}}max="{{max}}"{{/if}}
{{#if arialabelledby}}aria-labelledby="{{arialabelledby}}"{{/if}}
{{#if ampreplace}}data-amp-replace="{{ampreplace}}"{{/if}}
/>
{{#if label}}
{{#if includeerror}}
<div class="Form-error error-{{name}}">{{#if errormessage}}{{errormessage}}{{/if}}</div>
{{/if}}
</label>
{{/if}}
{
"id": "text",
"type": "text",
"name": "text",
"placeholder": null,
"inputvalue": null,
"labelfor": null,
"autofocus": null,
"autocomplete": true,
"disabled": null,
"required": null,
"modifier": null,
"style": null,
"label": "Text",
"actiontext": null,
"actionmodifier": null,
"actionarialabel": null,
"helptext": null,
"pattern": null,
"maxlength": null,
"minlength": null,
"showerrors": null,
"errormessage": null,
"arialabelledby": null,
"min": null,
"max": null,
"ampreplace": null
}
There are no notes for this item.