--- layout: docs title: Test group: material-design --- ## Collapse method for mdb-btn-icon and field {% example html %}
{% endexample %} {% highlight js %} // clear field value once closed $(function() { $('#collapse-search').on('hidden.bs.collapse', function() { $('#search').val('') }) }); {% endhighlight %} ## Collapse on the left {% example html %}
{% endexample %} ## With label-placeholder Perhaps this isn't worth doing, considering the context. we need to override the top calc to determine where this goes, or perhaps we should switch to a bottom calc for everything? {% example html %}
{% endexample %}