Roo/bootstrap/ComboBox.js
authorEdward <edward@roojs.com>
Fri, 9 Jan 2015 07:27:05 +0000 (15:27 +0800)
committerEdward <edward@roojs.com>
Fri, 9 Jan 2015 07:27:05 +0000 (15:27 +0800)
Roo/bootstrap/ComboBox.js

index b87cd3e..de23c02 100644 (file)
@@ -310,6 +310,8 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, {
         
         (function(){
             var lw = _this.listWidth || Math.max(_this.inputEl().getWidth(), _this.minListWidth);
+            Roo.log(_this);
+            Roo.log(lw);
             _this.list.setWidth(lw);
         }).defer(100);