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