Skip to content

Commit

Permalink
Merge pull request #10515 from IgniteUI/dmdimitrov/fix-10391-master
Browse files Browse the repository at this point in the history
fix(esf): added role=menu to esf article - master
  • Loading branch information
kdinev authored Nov 22, 2021
2 parents 2debefe + c729d2f commit ba2b054
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
[id]="overlayComponentId"
(keydown)="onKeyDown($event)"
[style.min-height]="minHeight"
[style.max-height]="maxHeight">
[style.max-height]="maxHeight"
role="menu">

<ng-container *ngIf="this.excelColumnOperationsDirective; else defaultExcelColumnOperations">
<ng-content select="igx-excel-style-column-operations,[igxExcelStyleColumnOperations]">
Expand Down

0 comments on commit ba2b054

Please sign in to comment.