Fix change detection on items change in command bar when using declarative syntax
This commit is contained in:
Родитель
47ca476767
Коммит
f45dfbfc20
|
@ -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
|
||||||
|
|
Загрузка…
Ссылка в новой задаче