From 2bdb6013b22781216f7659af0797861f9d2c1830 Mon Sep 17 00:00:00 2001 From: Henry Taeschner Date: Wed, 31 Jul 2024 11:16:54 +0200 Subject: [PATCH] feat: fix use of select button in search criteria --- src/app/product-store/app-search/app-search.component.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/product-store/app-search/app-search.component.ts b/src/app/product-store/app-search/app-search.component.ts index c32a7db..1283245 100644 --- a/src/app/product-store/app-search/app-search.component.ts +++ b/src/app/product-store/app-search/app-search.component.ts @@ -280,9 +280,7 @@ export class AppSearchComponent implements OnInit, OnDestroy { } public onAppTypeFilterChange(ev: any): void { - // handle PrimeNG bug - start (each 2nd click removes the value) if (ev.value) this.appTypeFilterValue = ev.value - // handle PrimeNG bug - end } public onQuickFilterChange(ev: any): void { // handle PrimeNG bug - start (each 2nd click removes the value)