mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
[ADF-5204] Metadata - Error message still appears after exiting Edit form (#5922)
* show error only in editable mode * reset errors when reset value * update tests
This commit is contained in:
@@ -90,6 +90,8 @@ export class CardViewTextItemComponent extends BaseCardView<CardViewTextItemMode
|
||||
} else {
|
||||
this.editedValue = this.property.displayValue;
|
||||
}
|
||||
|
||||
this.resetErrorMessages();
|
||||
}
|
||||
|
||||
private resetErrorMessages() {
|
||||
|
Reference in New Issue
Block a user