Skip to content

Commit

Permalink
Fixed #14139 - Autocomplete | overlayOptions not working
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Nov 16, 2023
1 parent e6fd2c4 commit 852c120
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 @@ -183,7 +183,7 @@ export const AUTOCOMPLETE_VALUE_ACCESSOR: any = {
<p-overlay
#overlay
[(visible)]="overlayVisible"
[options]="virtualScrollOptions"
[options]="overlayOptions"
[target]="'@parent'"
[appendTo]="appendTo"
[showTransitionOptions]="showTransitionOptions"
Expand Down

0 comments on commit 852c120

Please sign in to comment.