Roo/form/ComboBoxArray.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:57:27 +0000 (13:57 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:57:27 +0000 (13:57 +0800)
Roo/form/ComboBoxArray.js

index 63f1f5c..f237f96 100644 (file)
@@ -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');