Fix on clear

This commit is contained in:
shamoon 2025-03-17 21:50:41 -07:00
parent e940e2cc8a
commit fae7b24fb5
No known key found for this signature in database

View File

@ -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)
}