Skip to content

Commit

Permalink
feat: fix use of select button in search criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Jul 31, 2024
1 parent ddb7515 commit 2bdb601
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/product-store/app-search/app-search.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2bdb601

Please sign in to comment.