From ddba099d271a4a2896102530daac6e7aafb1eeae Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 4 Jul 2012 15:27:40 +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 346c2796e2..b0a8fd7e4f 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -273,7 +273,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, - if (this.store.isLocal) && (typeof(v) == 'string')) { + 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