<label for="text-field" class="" aria-label="">
Label <span class="required-marker" aria-hidden="true">*</span>
<div class="c-button c-button--qty " aria-label="Seleziona il numero">
<button type="button" class="minus js-toggle-remove" aria-label="Diminuisci di uno" data-toggle="lounge-service">-</button>
<input type="number" class="js-qty-value" value="1" readonly id="" aria-label="Quantità" min="1">
<button type="button" class="plus js-toggle-add" aria-label="Aumenta di uno" data-toggle="lounge-service">+</button>
</div>
</label>
<p class="c-field__note u-visuallyhidden" id="text-note">
Compila il campo
</p>
<label for="{{ label_id }}" class="{{ label_class }}" aria-label="{{ screen-reader-text }}">
{{ label_message }} {{#if required}}<span class="required-marker" aria-hidden="true">*</span>{{/if}}
{{> @button--qty }}
</label>
{{#if hasNote}}
<p class="c-field__note {{ note_class }}" id="{{ note_id }}">
{{{ note_message }}}
</p>
{{/if}}
{
"label_id": "text-field",
"label_message": "Label",
"label_class": "",
"required": true,
"hasNote": true,
"note_id": "text-note",
"note_message": "Compila il campo",
"note_class": "u-visuallyhidden"
}
No notes defined.