Commit ff2cf055 authored by David Stutz's avatar David Stutz

FAQ #530.

parent 812f1720
...@@ -2486,7 +2486,7 @@ ...@@ -2486,7 +2486,7 @@
</td> </td>
<td> <td>
<p> <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> </p>
<div class="example"> <div class="example">
...@@ -5003,12 +5003,12 @@ $('#example2').multiselect({ ...@@ -5003,12 +5003,12 @@ $('#example2').multiselect({
<dt>How to underline the searched text when using the filter?</dt> <dt>How to underline the searched text when using the filter?</dt>
<dd> <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> </dd>
<dt>How to hide the checkboxes?</dt> <dt>How to hide the checkboxes?</dt>
<dd> <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"> <pre class="prettyprint linenums">
.multiselect-container input { .multiselect-container input {
display: none display: none
...@@ -5038,12 +5038,12 @@ validator.settings.ignore = ':hidden:not(".multiselect")'; ...@@ -5038,12 +5038,12 @@ validator.settings.ignore = ':hidden:not(".multiselect")';
<dt>How to use the <code>.multiselect('dataprovider', data)</code> method?</dt> <dt>How to use the <code>.multiselect('dataprovider', data)</code> method?</dt>
<dd> <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> </dd>
<dt>A <code>type="reset"</code> button does not refresh the multiselect, what to do?</dt> <dt>A <code>type="reset"</code> button does not refresh the multiselect, what to do?</dt>
<dd> <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> </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> <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){ ...@@ -5106,6 +5106,11 @@ optionLabel: function(element){
<dd> <dd>
This issues was discussed in <a href="https://github.com/davidstutz/bootstrap-multiselect/pull/519">#519</a>. This issues was discussed in <a href="https://github.com/davidstutz/bootstrap-multiselect/pull/519">#519</a>.
</dd> </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> </dl>
<div class="page-header"> <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