From 5fb7ee277de14510e38f898ffc35876cabd62862 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 16:01:21 +0800 Subject: [PATCH] examples/bootstrap/ComboBox.js --- examples/bootstrap/ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bootstrap/ComboBox.js b/examples/bootstrap/ComboBox.js index f8b6cd2168..d2db9e6f89 100644 --- a/examples/bootstrap/ComboBox.js +++ b/examples/bootstrap/ComboBox.js @@ -38,7 +38,7 @@ Roo.example.combobox = new Roo.XComponent({ name : 'country_id_name', triggerAction : 'all', minChars : '1', - tpl : '
  • {name}', + tpl : '
  • {title}', listWidth : '400', multiple: true, listeners : { -- 2.39.2