We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0faf6b8 commit a46b876Copy full SHA for a46b876
projects/coreui-angular/src/lib/dropdown/dropdown-item/dropdown-item.directive.ts
@@ -12,7 +12,7 @@ import { DropdownComponent } from '../dropdown/dropdown.component';
12
'[attr.tabindex]': 'tabIndex()',
13
'[attr.aria-current]': 'ariaCurrent()',
14
'[attr.aria-disabled]': 'disabled || null',
15
- '[role]': 'role()',
+ '[attr.role]': 'role()',
16
'(click)': 'onClick($event)',
17
'(keyup)': 'onKeyUp($event)'
18
}
0 commit comments