We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11470b5 + 0c860a5 commit dc29d68Copy full SHA for dc29d68
projects/dxc-ngx-cdk/src/lib/dxc-lookup/baselookup/dxc-baselookup.component.html
@@ -175,7 +175,7 @@
175
<ng-template #gridTemplate let-gridwidth="width" let-gridclose="close">
176
<div class="base-lookup-grid_height p-1">
177
<div class="mb-2 mt-2 btnhieght text-right mr-3" *ngIf="defaulttoolbar">
178
- <dxc-button size="small" mode="secondary" id="rowdone" [title]="globalResource.tltokButton?.description" (onClick)="rowSelection()">
+ <dxc-button size="small" mode="secondary" id="rowdone" [title]="globalResource.tltokButton?.description" [ariaLabel]="globalResource.tltokButton?.description" (onClick)="rowSelection()">
179
<dxc-button-icon>
180
<span class="icon-dxc-wrapper">
181
<mat-icon class="mat-icon material-icons">done</mat-icon>
0 commit comments