From ee01ab79ad2bca41c9cc9ccc7d742801ac993b55 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Wed, 30 Jan 2013 22:23:18 -0800 Subject: [PATCH] fixes #770 --- select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.js b/select2.js index eed8c586..2ec1d879 100644 --- a/select2.js +++ b/select2.js @@ -1218,7 +1218,7 @@ the specific language governing permissions and limitations under the Apache Lic } return; } - else if (opts.formatSearching()) { + else if (opts.formatSearching() && initial===true) { render("
  • " + opts.formatSearching() + "
  • "); }