From dde91d7efd6873c393ef8f24db72f24211b53df4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 20 Sep 2018 17:04:40 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 0737996bc2..36a9799874 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -960,7 +960,8 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { this.list.on('scroll', this.onViewScroll, this); if(!this.tpl){ - this.tpl = '
  • '; + this.tpl = '
  • '; } this.view = new Roo.View(this.list, this.tpl, { -- 2.39.2