Skip to content

Commit

Permalink
Merge pull request #14405 from tsinevik/fix-issue-14281
Browse files Browse the repository at this point in the history
Fix #14281 - Autocomplete with long list of options make the whole page scrollable
  • Loading branch information
cetincakiroglu committed Dec 20, 2023
2 parents 2b7dfb1 + 170b519 commit 07a1f30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/autocomplete/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,11 +257,11 @@ export const AUTOCOMPLETE_VALUE_ACCESSOR: any = {
</li>
</ul>
<ng-container *ngTemplateOutlet="footerTemplate; context: { $implicit: items }"></ng-container>
<span role="status" aria-live="polite" class="p-hidden-accessible">
{{ selectedMessageText }}
</span>
</ng-template>
</div>
<span role="status" aria-live="polite" class="p-hidden-accessible">
{{ selectedMessageText }}
</span>
</p-overlay>
</div>
`,
Expand Down

0 comments on commit 07a1f30

Please sign in to comment.