From 91e8cbba8e71168f691a489b6f9b51b7b8d0d6bf Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Wed, 30 Jan 2013 22:54:58 -0800 Subject: [PATCH] catch up to master. also added maximum input length example for #721 --- select2-latest.html | 1 + 1 file changed, 1 insertion(+) diff --git a/select2-latest.html b/select2-latest.html index 7619cf48..96003574 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -986,6 +986,7 @@ $(document).ready(function () { minimumInputLengthintNumber of characters necessary to start a search + maximumInputLengthintMaximum number of characters that can be entered for an input minimumResultsForSearchint

The minimum number of results that must be initially (after opening the dropdown for the first time)