We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc3db3 commit 61f0b75Copy full SHA for 61f0b75
src/dropdown/dropdown.component.ts
@@ -96,7 +96,6 @@ import { hasScrollableParents } from "carbon-components-angular/utils";
96
[ngClass]="{'a': !menuIsClosed}"
97
[attr.aria-expanded]="!menuIsClosed"
98
[attr.aria-disabled]="disabled"
99
- [attr.aria-readonly]="readonly"
100
aria-haspopup="listbox"
101
(click)="disabled || readonly ? $event.stopPropagation() : toggleMenu()"
102
(focus)="fluid ? handleFocus($event) : null"
0 commit comments