Skip to content

Commit

Permalink
Merge pull request #15153 from TaneliTuomola/issue-14958
Browse files Browse the repository at this point in the history
fix #14958 MultiSelectItem role=option
  • Loading branch information
cetincakiroglu authored Mar 29, 2024
2 parents d765b6b + 3ee1b7a commit 4f99df0
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 4f99df0

Please sign in to comment.