Roo/form/ComboBoxArray.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 04:46:25 +0000 (12:46 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 04:46:25 +0000 (12:46 +0800)
Roo/form/ComboBoxArray.js

index 71dc633..396aa30 100644 (file)
@@ -78,7 +78,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.ComboBox,
     onRender : function(ct, position) 
     {
         
-        this.hiddenListName = this.hiddenName || this.name;
+        this.hiddenListName = this.hiddenName;
         //kludge the naming for the wrapped combo..
         this.hiddenName += '-lastselected';