Inputs are used wherever users enter answers to surveys.
Additional specialist variants of the standard text input are the unit, currency and percentage
Context vary for each input but label is used for human readable aspect and ‘label_text’ is input content.
Global
/components/02-form-elements/input/_input.scss/components/02-form-elements/input-type/_input-type.scss
<div class="input-type input-type--percentage">
<input class="input input--number input-type__input" data-qa="input-number" pattern="[0-9]*" id="answer" name="answer" value="">
<abbr title="Percentage" class="input-type__type" id="answer-type">%</abbr>
</div>
{
"label": "Percentage",
"label_text": "%"
}