From 5b14c0960aa39564cc3f31e568492fedb15ee989 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 26 Feb 2018 15:03:47 +0300 Subject: [PATCH] [Common] ComboBox: bug in using itemsTemplate. --- apps/common/main/lib/component/ComboBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/ComboBox.js b/apps/common/main/lib/component/ComboBox.js index 612729bb2..ad69d208f 100644 --- a/apps/common/main/lib/component/ComboBox.js +++ b/apps/common/main/lib/component/ComboBox.js @@ -146,7 +146,7 @@ define([ scope : me })); if (this.itemsTemplate) - this.cmpEl.find('ul').append( + this.cmpEl.find('ul').html( $(this.itemsTemplate({ items : items, scope : me