From 4a3e0c507895cf8be8afa973eee6a02bb74b0010 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 | 23 +++++++++++++++++++++++ select2-master | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/select2-latest.html b/select2-latest.html index 4e6ea180..7619cf48 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -663,6 +663,29 @@ $("#e11_2") +
+ +
+

Maximum Input Length

+ +

Select2 can be set a limit on the number of characters that can be entered per tag.

+ +

+

You would not be able to enter any input of more than 10 characters long.

+
+
+

Example Code

+
+           
+
+