Skip to content

Commit 8aa7567

Browse files
committed
fix(grid): add aria-expanded to filters btn
1 parent 228446e commit 8aa7567

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
@@ -519,6 +519,7 @@
519519
<button *ngIf="hasAnyFiltersVisible$ | async"
520520
[disabled]="disabled"
521521
(click)="showFilters = !showFilters"
522+
[attr.aria-expanded]="showFilters"
522523
mat-button
523524
type="button"
524525
class="ui-grid-collapsible-filters-toggle">

0 commit comments

Comments
 (0)