Skip to content

Commit

Permalink
Fixed #15930 - Accessibility: Selection in MultiSelect is not accessi…
Browse files Browse the repository at this point in the history
…ble for screenreader
  • Loading branch information
mehmetcetin01140 committed Jul 2, 2024
1 parent ceedbb9 commit 01438d1
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 @@ -176,6 +176,7 @@ export class MultiSelectItem {
(keydown)="onKeyDown($event)"
pAutoFocus
[autofocus]="autofocus"
[attr.value]="label() || 'empty'"
/>
</div>
<div
Expand Down

0 comments on commit 01438d1

Please sign in to comment.