Skip to content

Commit

Permalink
Merge pull request #15461 from TaneliTuomola/issue-15339
Browse files Browse the repository at this point in the history
fix #15339 Remove invalid abstract role section
  • Loading branch information
cetincakiroglu committed May 8, 2024
2 parents 1319d8d + ccbabe5 commit b791159
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 @@ -267,7 +267,7 @@ export class DropdownItem {
</div>
</ng-template>
</div>
<div class="p-dropdown-items-wrapper" [style.max-height]="virtualScroll ? 'auto' : scrollHeight || 'auto'" role="section">
<div class="p-dropdown-items-wrapper" [style.max-height]="virtualScroll ? 'auto' : scrollHeight || 'auto'">
<p-scroller
*ngIf="virtualScroll"
#scroller
Expand Down

0 comments on commit b791159

Please sign in to comment.