[Common] ComboBox: bug in using itemsTemplate.

This commit is contained in:
Julia Radzhabova 2018-02-26 15:03:47 +03:00
parent 95f8d7b0b9
commit 5b14c0960a

View file

@ -146,7 +146,7 @@ define([
scope : me scope : me
})); }));
if (this.itemsTemplate) if (this.itemsTemplate)
this.cmpEl.find('ul').append( this.cmpEl.find('ul').html(
$(this.itemsTemplate({ $(this.itemsTemplate({
items : items, items : items,
scope : me scope : me