X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=68fdf1e767fb861f89e4580d519567d8b1c557e7;hb=a4e5ae82af3ce69ec02d62ebce05f9b0ab6f7bd5;hp=63f1f5cd7d0e4f60f8ee0b377253cea0d3688e1f;hpb=6c03392b9f915aaa4ea68254de15dd444b9d146e;p=roojs1 diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 63f1f5cd7d..68fdf1e767 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -103,7 +103,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, this.combo.onRender(ct, position); // assigned so form know we need to do this.. - this.store = this.combo.store; + this.store = this.combo.store; + this.valueField = this.combo.valueField; + this.displayField = this.combo.displayField ; this.combo.wrap.addClass('x-cbarray-grp');