From: Alan Knowles Date: Wed, 2 May 2012 06:06:28 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=a3b4e62ea1333d2bb57e984dff7cf7d8dd95d720 Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index bd3abee9f3..932b7613ef 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -271,6 +271,13 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, Roo.log(v); 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); + var ar = []; + Roo.each(v.split(','), function(v) { + + + });;