Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / ComboBoxArray.js
index be18a5a..9430666 100644 (file)
@@ -178,7 +178,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
     
     onResize: function(w, h){
         
-        //this.combo.onResize(w,h);
+        return;
+        // not sure if this is needed..
+        this.combo.onResize(w,h);
         
         if(typeof w != 'number'){
             // we do not handle it!?!?
@@ -263,6 +265,10 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
         if (typeof(v) != 'object') {
             return;
         }
+        Roo.log(v);
+        Roo.log(this.hiddenEl.dom.value);
+        Roo.log(this.el.dom.value);
+        
         var _this = this;
         Roo.each(v, function(l) {
             _this.addItem(l);