X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=745b49bf3ef073da1de4c54012e68ab2b5fea208;hp=9dd28df475772cfb0dd6101f2df77418fac16a13;hb=5608b73138564ec2928a0c8eabaee6fe419e92e2;hpb=6ad4c6cb5c7ff7af23a57745124185743a687881 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');