From 535444259812f998bf5d81f5936ec8ab9ea7f8fc Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 8 Mar 2015 15:33:15 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index ff0af6be01..fd2acd0302 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -308,7 +308,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, }, this) } - if (typeof(v) == 'object') { + if (typeof(v) == 'string' ) { // then let's assume it's an array of objects.. Roo.each(v, function(l) { this.addItem(l); -- 2.39.2