X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=9ed71f0b1921e1cf2b684e7bf9ea1385fa62c2ba;hp=023822daf715b79fccf000e5e16a9608d9c23274;hb=e98a490cef639698ba5dff986ea98fb196d1f241;hpb=a10668a841877624b2d1a9a415dde617c5c2d973 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;