Skip to content

Commit 8e49338

Browse files
authored
Merge branch 'carbon-design-system:master' into master
2 parents d4089f3 + 61f0b75 commit 8e49338

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dropdown/dropdown.component.ts

Lines changed: 0 additions & 1 deletion
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)