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]);
|
||||
transformItemsFunc(this[itemsPropertyKey]);
|
||||
|
||||
this.detectChanges();
|
||||
};
|
||||
|
||||
// Initial items
|
||||
|
|
Загрузка…
Ссылка в новой задаче