You can style a <strong>multiple select</strong> dropdown, by using the <code>is-multiple</code> modifier, and by using the <code>multiple</code> HTML attribute.
</p>
</div>
{{select_multiple_example}}
</div>
<divclass="column is-half highlight-full">
{% highlight html %}{{select_multiple_example}}{% endhighlight %}
</div>
</div>
{% endif %}
<hr>
<h3id="select-color"class="title">Colors</h3>
<divclass="columns">
<divclass="column is-half">
{{colors_example}}
</div>
<divclass="column is-half highlight-full">
{% highlight html %}{{colors_example}}{% endhighlight %}
</div>
</div>
<hr>
<h3id="select-size"class="title">Sizes</h3>
<divclass="columns">
<divclass="column is-half">
{{sizes_example}}
</div>
<divclass="column is-half">
{% highlight html %}{{sizes_example}}{% endhighlight %}
</div>
</div>
<hr>
<h3id="select-state"class="title">States</h3>
<h4class="subtitle">Normal</h4>
<divclass="columns">
<divclass="column is-half">
{{normal_example}}
</div>
<divclass="column is-half">
{% highlight html %}{{normal_example}}{% endhighlight %}
</div>
</div>
<h4class="subtitle">Hover</h4>
<divclass="columns">
<divclass="column is-half">
{{hover_example}}
</div>
<divclass="column is-half">
{% highlight html %}{{hover_example}}{% endhighlight %}
</div>
</div>
<h4class="subtitle">Focus</h4>
<divclass="columns">
<divclass="column is-half">
{{focus_example}}
</div>
<divclass="column is-half">
{% highlight html %}{{focus_example}}{% endhighlight %}
</div>
</div>
<h4class="subtitle">Loading</h4>
<divclass="columns">
<divclass="column is-half">
{{loading_example}}
</div>
<divclass="column is-half">
{% highlight html %}{{loading_example}}{% endhighlight %}
<p>You can append the <strong>modifier</strong> on a control:</p>
<ul>
<li>
<code>has-icons-left</code>
</li>
</ul>
<p>You also need to add a modifier on the <strong>icon</strong>:</p>
<ul>
<li>
<code>icon is-left</code> since <code>has-icons-left</code> is used
</li>
</ul>
<p>The size of the <strong>select</strong> will define the size of the icon container.</p>
</div>
<divclass="columns">
<divclass="column is-half">
{{icons_example}}
</div>
<divclass="column is-half">
{% highlight html %}{{icons_example}}{% endhighlight %}
</div>
</div>
<divclass="columns">
<divclass="column is-half">
<divclass="content">
<p>
If the control contains an icon, Bulma will make sure the icon remains <strong>centered</strong>, no matter the size of the input <em>or</em> of the icon.
</p>
</div>
{{has_icons_small_example}}
</div>
<divclass="column is-half">
{% highlight html %}{{has_icons_small_example}}{% endhighlight %}
</div>
</div>
<divclass="columns">
<divclass="column is-half">
{{has_icons_normal_example}}
</div>
<divclass="column is-half">
{% highlight html %}{{has_icons_normal_example}}{% endhighlight %}
</div>
</div>
<divclass="columns">
<divclass="column is-half">
{{has_icons_medium_example}}
</div>
<divclass="column is-half">
{% highlight html %}{{has_icons_medium_example}}{% endhighlight %}
</div>
</div>
<divclass="columns">
<divclass="column is-half">
{{has_icons_large_example}}
</div>
<divclass="column is-half">
{% highlight html %}{{has_icons_large_example}}{% endhighlight %}