From 275bd96ba85778769a787c6da3562df610c13529 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+nikonratm@users.noreply.github.com> Date: Sat, 19 Dec 2020 00:13:08 -0800 Subject: [PATCH] Refactor filterable dropdowns to allow intermediate state --- .../filterable-dropdown-button.component.html | 4 +- .../filterable-dropdown-button.component.ts | 19 ++++++-- .../filterable-dropdown.component.html | 6 +-- .../filterable-dropdown.component.ts | 46 +++++++++++++++---- src-ui/src/app/pipes/filter.pipe.ts | 13 +++--- 5 files changed, 62 insertions(+), 26 deletions(-) diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown-button/filterable-dropdown-button.component.html b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown-button/filterable-dropdown-button.component.html index 0ea870533..5b58025d1 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown-button/filterable-dropdown-button.component.html +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown-button/filterable-dropdown-button.component.html @@ -1,7 +1,7 @@