Skip to content

Commit

Permalink
fix(grid): add aria-expanded to filters btn
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalinB7 committed Mar 8, 2023
1 parent c722f74 commit 34ccc33
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@
<button *ngIf="hasAnyFiltersVisible$ | async"
[disabled]="disabled"
(click)="showFilters = !showFilters"
[attr.aria-expanded]="showFilters"
mat-button
type="button"
class="ui-grid-collapsible-filters-toggle">
Expand Down

0 comments on commit 34ccc33

Please sign in to comment.