<div class="m-searchInput">
    <span class="d-block d-xxxxl-none">
        <input type="search" class="form-control" id="search" placeholder="Zoeken">
    </span>
    <span class="d-none d-xxxxl-block">
        <input type="search" class="form-control" id="search" placeholder="Overzicht doorzoeken">
    </span>
    <i class=" icon-search cursor-pointer"></i>
</div>
<div class="m-searchInput">
    <span class="d-block d-xxxxl-none">
        <input type="search" class="form-control" id="search" placeholder="{{label_mobile}}">
    </span>
    <span class="d-none d-xxxxl-block">
        <input type="search" class="form-control" id="search" placeholder="{{label}}">
    </span>
    <i class="{% if clear %}icon-cross js-clearSearch{% endif %} icon-search cursor-pointer"></i>
</div>
{
  "label": "Overzicht doorzoeken",
  "label_mobile": "Zoeken",
  "clear": false
}

No notes defined.