From 76e5eef9262a766b3caaa0526c12b8e366f5f874 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 29 Oct 2012 10:34:20 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2