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