From 6173d56fd23eae0231a91824f12c300f4d2d7b5e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 14:00:23 +0800 Subject: [PATCH 1/1] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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); -- 2.39.2