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

index 4af6fc4..12e43c7 100644 (file)
@@ -95,7 +95,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField
     {
         
         // give fake names to child combo;
-        Roo.form.ComboBox.superclass.onRender.call(this, ct, position);
+        Roo.form.ComboBoxArray.superclass.onRender.call(this, ct, position);
         
         this.combo.hiddenName = this.hiddenName ? (this.hiddenName+'-subcombo') : this.hiddenName;
         this.combo.name = this.name? (this.name+'-subcombo') : this.name;