<input type="hidden" value="99" class="a-input input--hidden" name="foo">
<input type="{{content.type}}" value="{{content.value}}" class="a-input {{viewtypes.specifier}}" {{#content.id}}id="{{this}}"{{/content.id}} {{#content.name}}name="{{this}}"{{/content.name}} {{#content.title}}name="{{this}}"{{/content.title}} {{#content.placeholder}}placeholder="{{this}}"{{/content.placeholder}} {{#content.autocomplete}}autocomplete="{{this}}"{{/content.autocomplete}} {{#content.autofocus}}autofocus="{{this}}"{{/content.autofocus}} {{#content.maxlength}}maxlength="{{this}}"{{/content.maxlength}} {{#content.minlength}}minlength="{{this}}"{{/content.minlength}} {{#content.min}}min="{{this}}"{{/content.min}} {{#content.max}}max="{{this}}"{{/content.max}} {{#content.step}}step="{{this}}"{{/content.step}} {{#content.inputmode}}inputmode="{{this}}"{{/content.inputmode}} {{#switches.isRequired}}required="required"{{/switches.isRequired}} {{#content.dataAttributes}}{{{this}}}{{/content.dataAttributes}} {{#content.tabIndex}}tabindex="{{this}}"{{/content.tabIndex}} {{#content.ariaLabel}}aria-label="{{this}}"{{/content.ariaLabel}} {{#content.ariaControls}}aria-controls="{{this}}"{{/content.ariaControls}} {{#content.ariaAutocomplete}}aria-autocomplete="{{this}}"{{/content.ariaAutocomplete}} {{#content.ariaErrormessage}}aria-errormessage="{{this}}"{{/content.ariaErrormessage}} {{#content.ariaHidden}}aria-hidden="{{this}}"{{/content.ariaHidden}}>
{
"switches": {
"isRequired": false
},
"viewtypes": {
"specifier": "input--hidden"
},
"content": {
"type": "hidden",
"value": "99",
"id": false,
"name": "foo",
"placeholder": false,
"autocomplete": false,
"minlength": false,
"inputmode": false,
"min": false,
"max": false,
"step": false,
"ariaErrormessage": false,
"tabIndex": false
},
"partials": {}
}
No notes defined.