Skip to content

Commit

Permalink
Merge pull request #15035 from primefaces/issue-14969
Browse files Browse the repository at this point in the history
Fixed #14969 - Dropdown | Remove unsupported aria-expanded attribute …
  • Loading branch information
cetincakiroglu authored Mar 13, 2024
2 parents 6c9a863 + a00c7c5 commit 6db60e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export class DropdownItem {
[disabled]="disabled"
aria-haspopup="listbox"
[attr.placeholder]="modelValue() === undefined || modelValue() === null ? placeholder() : undefined"
[attr.aria-expanded]="overlayVisible ?? false"
(input)="onEditableInput($event)"
(keydown)="onKeyDown($event)"
(focus)="onInputFocus($event)"
Expand Down

0 comments on commit 6db60e7

Please sign in to comment.