<div class="m-form-control ">
<label class="a-label " for="text-input">
Text Input
</label>
<div class="form-control__choice-wrapper">
</div>
</div>
<div class="m-form-control {{viewtypes.specifier}}">
{{ render '@formelement-label' partials.label merge=true }}
<div class="form-control__choice-wrapper">
{{#each partials.inputs }}
{{ render (stringToPartial this.type) this merge=true }}
{{/each}}
</div>
{{#switches.hasErrorPlaceholder}}
<div class="form-control__error-message" id="{{content.errorId}}"></div>
{{/switches.hasErrorPlaceholder}}
</div>
{
"switches": {
"hasErrorPlaceholder": false
},
"viewtypes": {
"specifier": ""
},
"content": {
"errorId": ""
},
"partials": {
"label": {
"content": {
"for": "text-input",
"text": "Text Input"
}
},
"input": {
"type": "formelement-input--text",
"switches": {},
"content": {
"id": "text-input"
}
}
}
}
No notes defined.