RED-7120, prevent focusing input from closing filters.
This commit is contained in:
parent
a8f5fb2e25
commit
83f13eda4f
@ -29,7 +29,7 @@
|
|||||||
[class]="(secondaryFilterGroup$ | async)?.filters.length > 0 ? 'padding-bottom-0' : ''"
|
[class]="(secondaryFilterGroup$ | async)?.filters.length > 0 ? 'padding-bottom-0' : ''"
|
||||||
xPosition="before"
|
xPosition="before"
|
||||||
>
|
>
|
||||||
<div id="workload-filters">
|
<div id="workload-filters" iqserStopPropagation>
|
||||||
<ng-template matMenuContent>
|
<ng-template matMenuContent>
|
||||||
<iqser-filter-card
|
<iqser-filter-card
|
||||||
[actionsTemplate]="actionsTemplate"
|
[actionsTemplate]="actionsTemplate"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user