From d91dfecd98ada7f7450043916415d8034ebfc04d Mon Sep 17 00:00:00 2001 From: Stretch Date: Wed, 10 Jun 2015 18:59:09 +1000 Subject: [PATCH] #3326 Maximum selection example Fixing the documentation for maximumselectionlength --- docs/_includes/examples/multiple-max.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/examples/multiple-max.html b/docs/_includes/examples/multiple-max.html index a82c9f53..84fc16f3 100644 --- a/docs/_includes/examples/multiple-max.html +++ b/docs/_includes/examples/multiple-max.html @@ -7,7 +7,7 @@

Select2 multi-value select boxes can set restrictions regarding the maximum number of options selected. The select below is declared with - the multiple attribute with maxSelectionLength + the multiple attribute with maximumSelectionLength in the select2 options.