From 9158027c8146e7cb3df7daaf4ef1c8870f7e92d1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 20 Sep 2018 17:06:14 +0800 Subject: [PATCH] Roo/bootstrap/ComboBox.js --- Roo/bootstrap/ComboBox.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/ComboBox.js b/Roo/bootstrap/ComboBox.js index 36a9799874..9550ab11be 100644 --- a/Roo/bootstrap/ComboBox.js +++ b/Roo/bootstrap/ComboBox.js @@ -960,12 +960,16 @@ Roo.extend(Roo.bootstrap.ComboBox, Roo.bootstrap.TriggerField, { this.list.on('scroll', this.onViewScroll, this); if(!this.tpl){ - this.tpl = '
  • '; } this.view = new Roo.View(this.list, this.tpl, { - singleSelect:true, tickable:true, parent:this, store: this.store, selectedClass: this.selectedClass + singleSelect:true, + tickable:true, + parent:this, + store: this.store, + selectedClass: this.selectedClass }); //this.view.wrapEl.setDisplayed(false); -- 2.39.2