From 78c6c52e01e2580aefd82bdb907ef245aa282dad Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 2 May 2012 13:53:08 +0800 Subject: [PATCH] Roo/form/ComboBoxArray.js --- Roo/form/ComboBoxArray.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index ba270666a1..9430666d64 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -266,6 +266,8 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, return; } Roo.log(v); + Roo.log(this.hiddenEl.dom.value); + Roo.log(this.el.dom.value); var _this = this; Roo.each(v, function(l) { -- 2.39.2