Commit ff2cf055 authored by David Stutz's avatar David Stutz

FAQ #530.

parent 812f1720
......@@ -2486,7 +2486,7 @@
</td>
<td>
<p>
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: <a href="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: <a href="https://github.com/davidstutz/bootstrap-multiselect/pull/555">#555</a>.
</p>
<div class="example">
......@@ -5003,12 +5003,12 @@ $('#example2').multiselect({
<dt>How to underline the searched text when using the filter?</dt>
<dd>
This issue is discussed in <a href="https://github.com/davidstutz/bootstrap-multiselect/issues/309" target="_blank">#309</a>.
This issue is discussed in <a href="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 <a href="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 <a href="https://github.com/davidstutz/bootstrap-multiselect/issues/205">#205</a> and includes a possible solution when using CSS to hide the checkboxes:
<pre class="prettyprint linenums">
.multiselect-container input {
display: none
......@@ -5038,12 +5038,12 @@ validator.settings.ignore = ':hidden:not(".multiselect")';
<dt>How to use the <code>.multiselect('dataprovider', data)</code> method?</dt>
<dd>
Have a look at the <a href="#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 <a target="_blank" href="https://github.com/davidstutz/bootstrap-multiselect/issues/356">#356</a>.
Have a look at the <a href="#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 <a href="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 <a href="#further-examples">Further Examples</a> section (in addition, issue <a target="_blank" href="https://github.com/davidstutz/bootstrap-multiselect/issues/360">360</a> discussed this).
Have a look at the <a href="#further-examples">Further Examples</a> section (in addition, issue <a href="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>
......@@ -5106,6 +5106,11 @@ optionLabel: function(element){
<dd>
This issues was discussed in <a href="https://github.com/davidstutz/bootstrap-multiselect/pull/519">#519</a>.
</dd>
<dt>Is there a search event?</dt>
<dd>
This was discussed here: <a href="https://github.com/davidstutz/bootstrap-multiselect/issues/530">#530</a>.
</dd>
</dl>
<div class="page-header">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment