Skip to content

Commit a46b876

Browse files
committed
fix(dropdown-item): role attr
1 parent 0faf6b8 commit a46b876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/coreui-angular/src/lib/dropdown/dropdown-item/dropdown-item.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { DropdownComponent } from '../dropdown/dropdown.component';
1212
'[attr.tabindex]': 'tabIndex()',
1313
'[attr.aria-current]': 'ariaCurrent()',
1414
'[attr.aria-disabled]': 'disabled || null',
15-
'[role]': 'role()',
15+
'[attr.role]': 'role()',
1616
'(click)': 'onClick($event)',
1717
'(keyup)': 'onKeyUp($event)'
1818
}

0 commit comments

Comments
 (0)