From 5608b73138564ec2928a0c8eabaee6fe419e92e2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 13:55:45 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 9dd28df475..745b49bf3e 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -102,6 +102,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, this.combo = Roo.factory(this.combo, Roo.form); this.combo.onRender(ct, position); + // assigned so form know we need to do this.. + this.store = this.combo.store; + this.combo.wrap.addClass('x-cbarray-grp'); -- 2.39.2