Search Bar

Pas bij een waarde toont de reset-knop, initieel is deze knop verborgen

<!-- Default -->
        <div class="dso-search-bar">
    <div class="dso-search-bar-input">
        <span class="dso-search-icon" aria-hidden="true"></span><input type="text" placeholder="Voorbeeld tekst" />
        <button type="button">
            Zoekopdracht legen
        </button>
    </div>
    <button type="button" class="btn btn-default">
        Zoeken
    </button>
</div>
      
<!-- Without Icon -->
        <div class="dso-search-bar">
    <div class="dso-search-bar-input">
        <input type="text" placeholder="Voorbeeld tekst" />
        <button type="button">
            Zoekopdracht legen
        </button>
    </div>
    <button type="button" class="btn btn-default">
        Zoeken
    </button>
</div>
      
/* Default */
icon: true

/* Without Icon */
icon: false