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