From 25869789ab0fe4730f95c343e3715e20818bf3a0 Mon Sep 17 00:00:00 2001 From: john Date: Mon, 26 Mar 2018 13:34:52 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 4887a6fbe8..cec713cb8a 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -1968,6 +1968,8 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { { var dv = ''; // display value + Roo.log(o); + if (this.displayField) { dv = !o || typeof(o[this.displayField]) == 'undefined' ? '' : o[this.displayField]; } else { -- 2.39.2