Disabled popup filter fix
This commit is contained in:
parent
320c3d3f4a
commit
750aedd48a
@ -2,8 +2,8 @@
|
|||||||
<ng-container *ngIf="primaryGroup.icon">
|
<ng-container *ngIf="primaryGroup.icon">
|
||||||
<iqser-icon-button
|
<iqser-icon-button
|
||||||
[attr.aria-expanded]="expanded$ | async"
|
[attr.aria-expanded]="expanded$ | async"
|
||||||
|
[class.disabled]="primaryFiltersDisabled$ | async"
|
||||||
[disabled]="primaryFiltersDisabled$ | async"
|
[disabled]="primaryFiltersDisabled$ | async"
|
||||||
[ngClass]="{'disabled': primaryFiltersDisabled$ | async}"
|
|
||||||
[icon]="primaryGroup.icon"
|
[icon]="primaryGroup.icon"
|
||||||
[label]="primaryGroup.label || ('filter-menu.label' | translate)"
|
[label]="primaryGroup.label || ('filter-menu.label' | translate)"
|
||||||
[matMenuTriggerFor]="filterMenu"
|
[matMenuTriggerFor]="filterMenu"
|
||||||
@ -14,6 +14,7 @@
|
|||||||
<ng-container *ngIf="!primaryGroup.icon">
|
<ng-container *ngIf="!primaryGroup.icon">
|
||||||
<iqser-chevron-button
|
<iqser-chevron-button
|
||||||
[attr.aria-expanded]="expanded$ | async"
|
[attr.aria-expanded]="expanded$ | async"
|
||||||
|
[class.disabled]="primaryFiltersDisabled$ | async"
|
||||||
[disabled]="primaryFiltersDisabled$ | async"
|
[disabled]="primaryFiltersDisabled$ | async"
|
||||||
[label]="primaryGroup.label || ('filter-menu.label' | translate)"
|
[label]="primaryGroup.label || ('filter-menu.label' | translate)"
|
||||||
[matMenuTriggerFor]="filterMenu"
|
[matMenuTriggerFor]="filterMenu"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user