mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1458] applied custom attribute name to let changes flows into input (#2273)
This commit is contained in:
@@ -54,7 +54,7 @@ export class UploadButtonComponent implements OnInit, OnChanges, NodePermissionS
|
||||
@Input()
|
||||
disableWithNoPermission: boolean = false;
|
||||
|
||||
@Input()
|
||||
@Input('disabled')
|
||||
disabled: boolean = false;
|
||||
|
||||
@Input()
|
||||
|
@@ -63,7 +63,7 @@ export class UploadDragAreaComponent implements NodePermissionSubject {
|
||||
@Input()
|
||||
rootFolderId: string = '-root-';
|
||||
|
||||
@Input()
|
||||
@Input('disabled')
|
||||
disabled: boolean = false;
|
||||
|
||||
@Input()
|
||||
|
Reference in New Issue
Block a user