Input Text: 2 Xl

'autocomplete' attribute and its relative value to be added optionally depending on the use of the field (See https://accessibilite.public.lu/fr/raweb1/glossaire.html#liste-des-valeurs-possibles-pour-l-attribut-autocomplete)
<div class="sds-input -input2xl">
    <input id="" class="sds-input form-control" type="text" placeholder="{ Placeholder }" value="" aria-describedby="input-text-hint-message">

    <div class="sds-input__hint">
        <p class="sds-hint sds-textHelperSmall" id="input-text-hint-message">

            {Hint}

        </p>
    </div>

</div>
{% extends "@input-frame" %}