File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const noop = () => { };
2323 template : `
2424 <ng-container *ngIf="!skeleton; else skeletonTemplate">
2525 <label [for]="fileUploaderId" class="bx--file--label">{{title}}</label>
26- <p class="bx--label-description">{{description}}</p>
26+ <p class="bx--label-description" role="alert" >{{description}}</p>
2727 <div class="bx--file">
2828 <div
2929 *ngIf="drop"
@@ -67,7 +67,7 @@ const noop = () => { };
6767 <div class="bx--file-container">
6868 <ng-container *ngFor="let fileItem of files">
6969 <ibm-file [fileItem]="fileItem" (remove)="removeFile(fileItem)"></ibm-file>
70- <div *ngIf="fileItem.invalid" class="bx--form-requirement">
70+ <div *ngIf="fileItem.invalid" class="bx--form-requirement" role="alert" >
7171 {{fileItem.invalidText}}
7272 </div>
7373 </ng-container>
You can’t perform that action at this time.
0 commit comments