Skip to content

Commit

Permalink
Update product-filter.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Aug 29, 2024
1 parent dcfc946 commit 654b106
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ export class ProductFilterComponent {
}

onSearchChanged(searchString: string) {
if (searchString) {
searchString = searchString.trim();
}
this.searchChange.next(searchString);
}

Expand Down

0 comments on commit 654b106

Please sign in to comment.