From 66e23bd3567a0976ad2f751f8b36a1eb89279114 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 18 Feb 2023 14:29:49 -0800 Subject: [PATCH] Fix apply button should reset state on close dropdown --- .../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 30f2a217c..cd994483f 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 @@ -358,6 +358,7 @@ export class FilterableDropdownComponent { }, 0) if (this.editing) { this.selectionModel.reset() + this.modelIsDirty = false } this.opened.next(this) } else {