reset valid status (#10813)

This commit is contained in:
Alan Ren
2020-06-08 22:53:45 -07:00
committed by GitHub
parent 22d7c9083e
commit 7687d6e22a

View File

@@ -333,6 +333,7 @@ export abstract class ContainerBase<T> extends ComponentBase {
this.items = [];
this.onItemsUpdated();
this._changeRef.detectChanges();
this.validate();
}
public setProperties(properties: { [key: string]: any; }): void {