Skip to content

Commit 61f0b75

Browse files
authored
fix(dropdown): remove unnecessary aria-readonly from dropdown button (#3119)
1 parent 5cc3db3 commit 61f0b75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dropdown/dropdown.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ import { hasScrollableParents } from "carbon-components-angular/utils";
9696
[ngClass]="{'a': !menuIsClosed}"
9797
[attr.aria-expanded]="!menuIsClosed"
9898
[attr.aria-disabled]="disabled"
99-
[attr.aria-readonly]="readonly"
10099
aria-haspopup="listbox"
101100
(click)="disabled || readonly ? $event.stopPropagation() : toggleMenu()"
102101
(focus)="fluid ? handleFocus($event) : null"

0 commit comments

Comments
 (0)