Fix change detection on items change in command bar when using declarative syntax

This commit is contained in:
Ben Grynhaus 2018-10-19 01:18:37 +03:00
Родитель 47ca476767
Коммит f45dfbfc20
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -172,6 +172,8 @@ export class FabCommandBarComponent extends ReactWrapperComponent<ICommandBarPro
) => { ) => {
this[itemsPropertyKey] = mapper(this[itemsPropertyKey]); this[itemsPropertyKey] = mapper(this[itemsPropertyKey]);
transformItemsFunc(this[itemsPropertyKey]); transformItemsFunc(this[itemsPropertyKey]);
this.detectChanges();
}; };
// Initial items // Initial items