X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=9430666d6452a154977d53a140f9ba8e2e16177a;hb=78c6c52e01e2580aefd82bdb907ef245aa282dad;hp=be18a5a7cbb86c3bd352cf36f5499557a7008893;hpb=47878fc806c4a3c4609baae88cc11e60468dcb85;p=roojs1 diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index be18a5a7cb..9430666d64 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -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);