Skip to content

Commit

Permalink
Fixed #14969 - Dropdown | Remove unsupported aria-expanded attribute …
Browse files Browse the repository at this point in the history
…from editable input
  • Loading branch information
cetincakiroglu committed Mar 13, 2024
1 parent 6c9a863 commit a00c7c5
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 a00c7c5

Please sign in to comment.