Skip to content

Commit

Permalink
Fix autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
tsinevik committed Dec 19, 2023
1 parent d9c7b60 commit 170b519
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 170b519

Please sign in to comment.