X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fform%2FComboBoxArray.js;h=bd3abee9f3d02253fa0a11073e619439ea636a4e;hp=68fdf1e767fb861f89e4580d519567d8b1c557e7;hb=6173d56fd23eae0231a91824f12c300f4d2d7b5e;hpb=a4e5ae82af3ce69ec02d62ebce05f9b0ab6f7bd5 diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 68fdf1e767..bd3abee9f3 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -268,7 +268,13 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, setValue: function(v) // not a valid action - must use addItems.. { - + Roo.log(v); + if (this.store.isLocal) { + // then we can use the store to find the values.. + + + + } var _this = this; Roo.each(v, function(l) { _this.addItem(l);