Skip to content

Commit

Permalink
fix #15339 Removed invalid abstract role section
Browse files Browse the repository at this point in the history
  • Loading branch information
Taneli Tuomola committed May 6, 2024
1 parent 9df3367 commit ccbabe5
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 ccbabe5

Please sign in to comment.