Skip to content

Commit

Permalink
fix: #14806 Fixed issue of the footer not being fixed to the end of t…
Browse files Browse the repository at this point in the history
…he panel.
  • Loading branch information
José Alexandre committed Feb 14, 2024
1 parent 92e3310 commit 459c95d
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 459c95d

Please sign in to comment.