From 7338d8eaed66e237e44cde58660e10723d55bfbc Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Tue, 12 Feb 2013 00:13:56 -0800 Subject: [PATCH] catch up to master --- select2-latest.html | 1 + select2-master | 2 +- select2-test.html | 67 ++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 68 insertions(+), 2 deletions(-) diff --git a/select2-latest.html b/select2-latest.html index cd648c2b..482ce2fe 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1021,6 +1021,7 @@ $(document).ready(function () { is useful for cases where local data is used with just a few results, in which case the search box is not very useful and wastes screen space.

+

The option can be set to a negative value to permanently hide the search field

Only applies to single-value select boxes

diff --git a/select2-master b/select2-master index b3a0c326..cd3d7421 160000 --- a/select2-master +++ b/select2-master @@ -1 +1 @@ -Subproject commit b3a0c3269a9c3eae2d7a7a9a71c452b0d60fb2d3 +Subproject commit cd3d7421c4e8af04f65fc6b7f0a2e7c0c1be6c0d diff --git a/select2-test.html b/select2-test.html index 4ddd2369..b6eb7182 100644 --- a/select2-test.html +++ b/select2-test.html @@ -23,7 +23,10 @@
- + \ No newline at end of file