Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <pre><code>Try this: Add this where build your select is... &lt;div class="input-group btn-group"&gt; &lt;span class="input-group-addon"&gt;&lt;b class="glyphicon glyphicon-list-alt"&gt;&lt;/b&gt;&lt;/span&gt; &lt;select id="example6" multiple="multiple" style="display: none;"&gt; &lt;option value="cheese"&gt;Cheese&lt;/option&gt; &lt;option value="tomatoes"&gt;Tomatoes&lt;/option&gt; &lt;option value="mozarella"&gt;Mozzarella&lt;/option&gt; &lt;option value="mushrooms"&gt;Mushrooms&lt;/option&gt; &lt;option value="pepperoni"&gt;Pepperoni&lt;/option&gt; &lt;option value="onions"&gt;Onions&lt;/option&gt; &lt;/select&gt; &lt;div class="btn-group"&gt; &lt;button type="button" class="multiselect dropdown-toggle btn" data-toggle="dropdown" title="None selected" style="width: auto;"&gt;None selected &lt;b class="caret"&gt;&lt;/b&gt;&lt;/button&gt; &lt;ul class="multiselect-container dropdown-menu"&gt; &lt;li&gt;&lt;a href="javascript:void(0);"&gt;&lt;label class="checkbox"&gt;&lt;input type="checkbox" value="cheese"&gt; Cheese&lt;/label&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:void(0);"&gt;&lt;label class="checkbox"&gt;&lt;input type="checkbox" value="tomatoes"&gt; Tomatoes&lt;/label&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:void(0);"&gt;&lt;label class="checkbox"&gt;&lt;input type="checkbox" value="mozarella"&gt; Mozzarella&lt;/label&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:void(0);"&gt;&lt;label class="checkbox"&gt;&lt;input type="checkbox" value="mushrooms"&gt; Mushrooms&lt;/label&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:void(0);"&gt;&lt;label class="checkbox"&gt;&lt;input type="checkbox" value="pepperoni"&gt; Pepperoni&lt;/label&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="javascript:void(0);"&gt;&lt;label class="checkbox"&gt;&lt;input type="checkbox" value="onions"&gt; Onions&lt;/label&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload