From: Alan Knowles Date: Wed, 2 May 2012 05:57:27 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=0057c5a79f477e09937790f2b6e921bc428bf70d Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 63f1f5cd7d..f237f9662f 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -104,6 +104,8 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, // assigned so form know we need to do this.. this.store = this.combo.store; + this.valueField = this.combo.valueField; + this.displayField = this.combo.displayField ; this.combo.wrap.addClass('x-cbarray-grp');