From 54b83c2baf2265ba08ae170a45e1cc40bbea94d8 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Thu, 21 Jun 2012 21:36:08 -0700 Subject: [PATCH] fix input field broken by fix to #132 --- select2.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/select2.js b/select2.js index 43dd1781..02d162a5 100755 --- a/select2.js +++ b/select2.js @@ -437,7 +437,7 @@ this.dropdown.data("select2", this); this.results = results = this.container.find(resultsSelector); - this.search = search = this.container.find("input[type=text]"); + this.search = search = this.container.find("input.select2-input"); this.resultsPage = 0; this.context = null; @@ -1028,7 +1028,7 @@ "", "