<input type="search" value="" placeholder="Søk her..." id="">
<input type="{{ type }}" value="{{ value }}" placeholder="{{ placeholder }}" id="{{ id }}" {{ attr }}>
{% if label %}
<label for="{{ id }}">{{ label }}</label>
{% endif %}
{
  "type": "search",
  "placeholder": "Søk her..."
}

No notes defined.