Roo/form/ComboBoxArray.js
authorAlan Knowles <alan@roojs.com>
Mon, 29 Oct 2012 02:34:20 +0000 (10:34 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 29 Oct 2012 02:34:20 +0000 (10:34 +0800)
Roo/form/ComboBoxArray.js

index d880af1..780c574 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;