Roo/form/ComboBoxArray.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:55:45 +0000 (13:55 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:55:45 +0000 (13:55 +0800)
Roo/form/ComboBoxArray.js

index 9dd28df..745b49b 100644 (file)
@@ -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');