From 1f617b660f0ec5fa58d17cb7ffb214a256046a3d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 Oct 2013 15:56:44 +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 780c574842..0462a6df9d 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.onResize(this.combo.width,0); this.combo.initEvents(); // assigned so form know we need to do this.. -- 2.39.2