Set to <code>true</code> to enable full value filtering, that is all options are shown where the query is a prefix of. An example is given here: <ahref="https://github.com/davidstutz/bootstrap-multiselect/pull/555"target="_blank">#555</a>.
Set to <code>true</code> to enable full value filtering, that is all options are shown where the query is a prefix of. An example is given here: <ahref="https://github.com/davidstutz/bootstrap-multiselect/pull/555">#555</a>.
<dt>How to underline the searched text when using the filter?</dt>
<dd>
This issue is discussed in <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/309"target="_blank">#309</a>.
This issue is discussed in <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/309">#309</a>.
</dd>
<dt>How to hide the checkboxes?</dt>
<dd>
A related issue is discussed in <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/205"target="_blank">#205</a> and includes a possible solution when using CSS to hide the checkboxes:
A related issue is discussed in <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/205">#205</a> and includes a possible solution when using CSS to hide the checkboxes:
<dt>How to use the <code>.multiselect('dataprovider', data)</code> method?</dt>
<dd>
Have a look at the <ahref="#methods">Methods</a> section. In the past, there has been some confusion about how the method handles option groups. If the documentation does not help you, have a look at the issue tracker, as for example issue <atarget="_blank"href="https://github.com/davidstutz/bootstrap-multiselect/issues/356">#356</a>.
Have a look at the <ahref="#methods">Methods</a> section. In the past, there has been some confusion about how the method handles option groups. If the documentation does not help you, have a look at the issue tracker, as for example issue <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/356">#356</a>.
</dd>
<dt>A <code>type="reset"</code> button does not refresh the multiselect, what to do?</dt>
<dd>
Have a look at the <ahref="#further-examples">Further Examples</a> section (in addition, issue <atarget="_blank"href="https://github.com/davidstutz/bootstrap-multiselect/issues/360">360</a> discussed this).
Have a look at the <ahref="#further-examples">Further Examples</a> section (in addition, issue <ahref="https://github.com/davidstutz/bootstrap-multiselect/issues/360">360</a> discussed this).
</dd>
<dt>Using multiple <code>select</code>'s in single selection mode with <code>option</code>'s sharing values across the different <code>select</code>'s.</dt>