mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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()
|
@Input()
|
||||||
disableWithNoPermission: boolean = false;
|
disableWithNoPermission: boolean = false;
|
||||||
|
|
||||||
@Input()
|
@Input('disabled')
|
||||||
disabled: boolean = false;
|
disabled: boolean = false;
|
||||||
|
|
||||||
@Input()
|
@Input()
|
||||||
|
@@ -63,7 +63,7 @@ export class UploadDragAreaComponent implements NodePermissionSubject {
|
|||||||
@Input()
|
@Input()
|
||||||
rootFolderId: string = '-root-';
|
rootFolderId: string = '-root-';
|
||||||
|
|
||||||
@Input()
|
@Input('disabled')
|
||||||
disabled: boolean = false;
|
disabled: boolean = false;
|
||||||
|
|
||||||
@Input()
|
@Input()
|
||||||
|
Reference in New Issue
Block a user