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

index c671e90..c73cb0c 100644 (file)
@@ -113,6 +113,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
              
         this.hiddenEl = this.combo.wrap.createChild({
             tag: 'input',  type:'hidden' , name: this.hiddenName, value : ''
+        });
+        this.el = this.combo.wrap.createChild({
+            tag: 'input',  type:'hidden' , name: this.name, value : ''
         });
          //   this.el.dom.removeAttribute("name");