Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Wed, 18 Mar 2015 03:18:18 +0000 (11:18 +0800)
committerEdward <edward@roojs.com>
Wed, 18 Mar 2015 03:18:18 +0000 (11:18 +0800)
Roo/bootstrap/ComboBox.js

index 56b0e03..ee3fb0e 100644 (file)
@@ -881,7 +881,7 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
          if (!opts.add) {
             this.list.dom.innerHTML = '<li class="loading-indicator">'+(this.loadingText||'loading')+'</li>' ;
          }
-//        this.restrictHeight();
+        this.restrictHeight();
         this.selectedIndex = -1;
     },