Browse Source

Merge pull request #1056 from dlx1986/bugfix

fix a bug when use multi
Igor Vaynberg 12 years ago
parent
commit
1d2387f1e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      select2.js

+ 1 - 1
select2.js

@@ -2297,7 +2297,7 @@ the specific language governing permissions and limitations under the Apache Lic
         focus: function () {
             this.close();
             this.search.focus();
-            this.opts.element.triggerHandler("focus");
+            //this.opts.element.triggerHandler("focus");
         },
 
         // multi