Roo/form/ComboBoxArray.js
[roojs1] / Roo / form / ComboBoxArray.js
index b920f13..156409b 100644 (file)
@@ -272,9 +272,10 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
         if (this.store.isLocal) {
             // then we can use the store to find the values..
             // comma seperated at present.. this needs to allow JSON based encoding..
-            this.hiddenField.setValue(v);
+            this.hiddenEl.value  = v;
             var v_ar = [];
             Roo.each(v.split(','), function(k) {
+                Roo.log("CHECK " + this.store.valueField + ',' + k));
                 var li = this.store.query(this.store.valueField, k);
                 if (!li.length) {
                     return;