Bläddra i källkod

Merge pull request #1056 from dlx1986/bugfix

fix a bug when use multi
Igor Vaynberg 12 år sedan
förälder
incheckning
1d2387f1e3
1 ändrade filer med 1 tillägg och 1 borttagningar
  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