Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / ComboBoxArray.js
index d880af1..2894623 100644 (file)
@@ -101,6 +101,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
         
         this.combo = Roo.factory(this.combo, Roo.form);
         this.combo.onRender(ct, position);
+        this.combo.initEvents();
         
         // assigned so form know we need to do this..
         this.store          = this.combo.store;
@@ -365,7 +366,7 @@ Roo.extend(Roo.form.ComboBoxArray.Item, Roo.BoxComponent, {
     
     defaultAutoCreate : {
         tag: 'div',
-        cls: 'x-cbarray-item',
+        cls: 'x-cbarray-item-t',
         cn : [ 
             { tag: 'div' },
             {