Skip to content

Commit

Permalink
Fixed #14852 - Dropdown | Scrollable region must have keyboard access
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Feb 27, 2024
1 parent fc8747b commit d89b4cc
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 @@ -241,7 +241,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'" tabindex="0">
<p-scroller
*ngIf="virtualScroll"
#scroller
Expand Down

0 comments on commit d89b4cc

Please sign in to comment.