<label for="input405ope1kllpc80eg" class="">Week Input</label>
<input type="week" id="input405ope1kllpc80eg" value="1970-W01" class="" />
{% if week_input is not empty %}
{% set input_id = 'input'|uniqid %}
<label for="{{ input_id }}" class="{{ week_input.variant }}">{{ week_input.label }}</label>
<input type="week" id="{{ input_id }}" value="1970-W01" class="{{ week_input.variant }}" {% if week_input.required %}aria-required="true"{% endif %} {% if week_input.disabled %}disabled="disabled"{% endif %} />
{% endif %}
{
  "week_input": {
    "label": "Week Input"
  }
}

There are no notes for this item.