From a3b4e62ea1333d2bb57e984dff7cf7d8dd95d720 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 14:06:28 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 7 +++++++ 1 file changed, 7 insertions(+) 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) { + + + });; -- 2.39.2