From: Alan Knowles Date: Mon, 29 Oct 2012 02:34:20 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=76e5eef9262a766b3caaa0526c12b8e366f5f874 Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index d880af1965..780c574842 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -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;