From fae7b24fb5c9fb4c85d3190a038ebd635fb815cc Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 17 Mar 2025 21:50:41 -0700 Subject: [PATCH] Fix on clear --- .../common/filterable-dropdown/filterable-dropdown.component.ts | 1 + 1 file changed, 1 insertion(+) 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) }