diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts index 98d52bf52..45c776df6 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.ts @@ -329,6 +329,7 @@ export class FilterableDropdownSelectionModel { this.temporarySelectionStates.clear() this.temporaryLogicalOperator = this._logicalOperator = LogicalOperator.And this.temporaryIntersection = this._intersection = Intersection.Include + this.setNullItem() if (fireEvent) { this.changed.next(this) }