[Common] ComboBox: bug in using itemsTemplate.
This commit is contained in:
parent
95f8d7b0b9
commit
5b14c0960a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue