X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=9430666d6452a154977d53a140f9ba8e2e16177a;hb=78c6c52e01e2580aefd82bdb907ef245aa282dad;hp=8655cd92e409d9377f85cdc7908dd16ad2022a25;hpb=b1cbc25d18d6e56f24e2b0c3990ea691b3dc8570;p=roojs1 diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 8655cd92e4..9430666d64 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -83,6 +83,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, // private - the hidden field el. hiddenEl : false, + el : false, //validateValue : function() { return true; }, // all values are ok! //onAddClick: function() { }, @@ -170,13 +171,15 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, { // returns hidden if it's set.. if (!this.rendered) {return ''}; - return this.hiddenListName; + return this.hiddenName ? this.hiddenName : this.name; }, onResize: function(w, h){ + return; + // not sure if this is needed.. this.combo.onResize(w,h); if(typeof w != 'number'){ @@ -262,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);