From 3716c73bb77c85b173159f13715cac38d329f9d2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 Oct 2013 15:57:47 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 0462a6df9d..1430f64d79 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -101,7 +101,10 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, this.combo = Roo.factory(this.combo, Roo.form); this.combo.onRender(ct, position); - this.combo.onResize(this.combo.width,0); + if (typeof(this.combo.width) != 'undefined')) { + this.combo.onResize(this.combo.width,0); + } + this.combo.initEvents(); // assigned so form know we need to do this.. -- 2.39.2