Skip to content

Commit

Permalink
Fix - hide search text field in the filter section if the number of f…
Browse files Browse the repository at this point in the history
…acet values does not exceed the maximum number of facet values shown
  • Loading branch information
VictorHugoDuranS committed May 17, 2024
1 parent 539d760 commit bc03856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
(submitSuggestion)="onSubmit($event)"
(clickSuggestion)="onClick($event)"
(findSuggestions)="findSuggestions($event)"
*ngIf="!(isAvailableForShowSearchText | async)"
ngDefaultControl></ds-filter-input-suggestions>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
(submitSuggestion)="onSubmit($event)"
(clickSuggestion)="onClick($event)"
(findSuggestions)="findSuggestions($event)"
*ngIf="!(isAvailableForShowSearchText | async)"
ngDefaultControl
></ds-filter-input-suggestions>
</div>
Expand Down

0 comments on commit bc03856

Please sign in to comment.