2015-08-30 02:51:52 +03:00
|
|
|
<section>
|
|
|
|
<h2 id="multiple">
|
|
|
|
Can I allow users to make multiple selections?
|
|
|
|
</h2>
|
2015-09-09 19:30:12 +03:00
|
|
|
|
|
|
|
<p>
|
|
|
|
Yes, Select2 supports making multiple selections through the use of the <code>multiple</code> option that can be passed in when initializing Select2.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h3>
|
|
|
|
Can the <code>multiple</code> attribute be used on my <code><select></code> element?
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Yes, Select2 will automatically map the value of the <code>multiple</code> attribute to the <code>multiple</code> option during initialization.
|
|
|
|
</p>
|
2015-08-30 02:51:52 +03:00
|
|
|
</section>
|