Skip to content

Commit 34ccc33

Browse files
committed
fix(grid): add aria-expanded to filters btn
1 parent c722f74 commit 34ccc33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/angular/components/ui-grid/src/ui-grid.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@
612612
<button *ngIf="hasAnyFiltersVisible$ | async"
613613
[disabled]="disabled"
614614
(click)="showFilters = !showFilters"
615+
[attr.aria-expanded]="showFilters"
615616
mat-button
616617
type="button"
617618
class="ui-grid-collapsible-filters-toggle">

0 commit comments

Comments
 (0)