Skip to content

Commit

Permalink
Merge pull request #15172 from primefaces/issue-15115
Browse files Browse the repository at this point in the history
Fixed #15115 - Component  | pDropdown wrapper
  • Loading branch information
cetincakiroglu authored Apr 18, 2024
2 parents 2655361 + 484f884 commit 4335800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export class DropdownItem {
</div>
</ng-template>
</div>
<div class="p-dropdown-items-wrapper" [style.max-height]="virtualScroll ? 'auto' : scrollHeight || 'auto'">
<div class="p-dropdown-items-wrapper" [style.max-height]="virtualScroll ? 'auto' : scrollHeight || 'auto'" role="section">
<p-scroller
*ngIf="virtualScroll"
#scroller
Expand Down

0 comments on commit 4335800

Please sign in to comment.