From 66be5b8062e40f71e990833b11f7c695754096cc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 14:09:45 +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 b920f13a79..9119ab061a 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.setValue(v); + this.hiddenField.el.value = v; var v_ar = []; Roo.each(v.split(','), function(k) { var li = this.store.query(this.store.valueField, k); -- 2.39.2