mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-3908] - fix clear value icon on card view text item (#6269)
This commit is contained in:
@@ -175,6 +175,7 @@ export class CardViewTextItemComponent extends BaseCardView<CardViewTextItemMode
|
||||
|
||||
clearValue() {
|
||||
this.editedValue = '';
|
||||
this.textInput.setValue('');
|
||||
}
|
||||
|
||||
copyToClipboard(valueToCopy: string) {
|
||||
|
Reference in New Issue
Block a user