1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Merge pull request #3454 from stretch4x4/3326-MaximumSelection-documentation

#3326 Maximum selection example
This commit is contained in:
Kevin Brown 2015-06-10 19:56:04 -04:00
commit 599de5bdaf

View File

@ -7,7 +7,7 @@
<p>
Select2 multi-value select boxes can set restrictions regarding the
maximum number of options selected. The select below is declared with
the <code>multiple</code> attribute with <code>maxSelectionLength</code>
the <code>multiple</code> attribute with <code>maximumSelectionLength</code>
in the select2 options.
</p>