From e98a490cef639698ba5dff986ea98fb196d1f241 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 4 Jul 2012 15:27:18 +0800 Subject: [PATCH 1/1] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 023822daf7..9ed71f0b19 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -270,8 +270,10 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, { this.reset(); - - if (this.store.isLocal) { + + + + if (this.store.isLocal) && typeof(v) == 'string') { // then we can use the store to find the values.. // comma seperated at present.. this needs to allow JSON based encoding.. this.hiddenEl.value = v; -- 2.39.2