From 909f5f1ed7ffbc6b63f79135b003141f485aa4a0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 4 Jul 2012 15:27:32 +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 9ed71f0b19..346c2796e2 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