From: Alan Knowles Date: Wed, 4 Jul 2012 07:27:40 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=ddba099d271a4a2896102530daac6e7aafb1eeae Roo/form/ComboBoxArray.js --- 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;