From: Alan Knowles Date: Wed, 2 May 2012 05:55:45 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5608b73138564ec2928a0c8eabaee6fe419e92e2;hp=6ad4c6cb5c7ff7af23a57745124185743a687881 Roo/form/ComboBoxArray.js --- 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');