From 0057c5a79f477e09937790f2b6e921bc428bf70d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 13:57:27 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 2 ++ 1 file changed, 2 insertions(+) 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'); -- 2.39.2