Skip to content

Commit

Permalink
fix primefaces#14958 MultiSelectItem role=option
Browse files Browse the repository at this point in the history
  • Loading branch information
Taneli Tuomola committed Mar 25, 2024
1 parent b72fb02 commit 3ee1b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const MULTISELECT_VALUE_ACCESSOR: any = {
template: `
<li
pRipple
role='option'
[ngStyle]="{ height: itemSize + 'px' }"
class="p-multiselect-item"
[ngClass]="{ 'p-multiselect-item': true, 'p-highlight': selected, 'p-disabled': disabled, 'p-focus': focused }"
Expand Down

0 comments on commit 3ee1b7a

Please sign in to comment.