Skip to content

Commit

Permalink
Merge pull request #14808 from jafidelis/master
Browse files Browse the repository at this point in the history
fix #14806 Fixed issue of the footer not being fixed to the end of t…
  • Loading branch information
cetincakiroglu authored Feb 29, 2024
2 parents 95fb393 + 459c95d commit e4d7182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/autocomplete/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ export const AUTOCOMPLETE_VALUE_ACCESSOR: any = {
<ng-container #empty *ngTemplateOutlet="emptyTemplate"></ng-container>
</li>
</ul>
<ng-container *ngTemplateOutlet="footerTemplate; context: { $implicit: items }"></ng-container>
</ng-template>
<ng-container *ngTemplateOutlet="footerTemplate"></ng-container>
</div>
<span role="status" aria-live="polite" class="p-hidden-accessible">
{{ selectedMessageText }}
Expand Down

0 comments on commit e4d7182

Please sign in to comment.