From db1dd3b6f10c38c64abb297f60039dac1adbfb34 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 14:09:59 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2