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