From: Alan Knowles Date: Fri, 30 Nov 2018 08:01:21 +0000 (+0800) Subject: examples/bootstrap/ComboBox.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=5fb7ee277de14510e38f898ffc35876cabd62862 examples/bootstrap/ComboBox.js --- 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 : {