From: Alan Knowles Date: Wed, 2 May 2012 06:00:23 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=6173d56fd23eae0231a91824f12c300f4d2d7b5e Roo/form/ComboBoxArray.js --- 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);