From: Edward Date: Fri, 17 Apr 2015 03:43:44 +0000 (+0800) Subject: Roo/form/ComboBoxArray.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=6123b319c1206ba2800f47154cb1699d635b622c Roo/form/ComboBoxArray.js --- diff --git a/Roo/form/ComboBoxArray.js b/Roo/form/ComboBoxArray.js index 3bdd99a59e..b099cb8146 100644 --- a/Roo/form/ComboBoxArray.js +++ b/Roo/form/ComboBoxArray.js @@ -231,6 +231,7 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField, var displayField = this.combo.displayField; if (this.items.indexOfKey(rec[valueField]) > -1) { Roo.log("GOT Record"); + Roo.log(this.items); Roo.log(rec); return; }