From: Alan Knowles Date: Wed, 2 May 2012 06:09:45 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=66be5b8062e40f71e990833b11f7c695754096cc Roo/form/ComboBoxArray.js --- 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);