X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=f32846eae7379448899be0da847965aaac9705bb;hp=9119ab061af7d76cd758db5c421636a6a7b0b34b;hb=db1dd3b6f10c38c64abb297f60039dac1adbfb34;hpb=66be5b8062e40f71e990833b11f7c695754096cc diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 9119ab061a..f32846eae7 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -272,7 +272,7 @@ 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.el.value = v; + this.hiddenEl.value = v; var v_ar = []; Roo.each(v.split(','), function(k) { var li = this.store.query(this.store.valueField, k);