diff --git a/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.html b/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.html index a3a07f8b74..83629f0820 100644 --- a/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.html +++ b/lib/core/src/lib/card-view/components/card-view-textitem/card-view-textitem.component.html @@ -105,7 +105,7 @@ title="{{ property.label | translate }}" [ngClass]="{ 'adf-property-value-editable': editable, - 'adf-textitem-clickable-value': !isEditable, + 'adf-textitem-clickable-value': isClickable, 'adf-property-readonly-value': isReadonlyProperty, 'adf-property-value-has-error': isEditable && hasErrors }" @@ -114,7 +114,7 @@ [(ngModel)]="editedValue" (blur)="update()" (keydown.enter)="update()" - [disabled]="!isEditable" + [readonly]="!isEditable" [attr.data-automation-id]="'card-textitem-value-' + property.key">