We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e105747 commit baab696Copy full SHA for baab696
packages/react-core/src/components/Menu/MenuItemAction.tsx
@@ -12,7 +12,7 @@ export interface MenuItemActionProps extends Omit<React.HTMLProps<HTMLButtonElem
12
/** Callback on action click, can also specify onActionClick on the Menu instead */
13
onClick?: (event?: any) => void;
14
/** Accessibility label */
15
- 'aria-label'?: string;
+ 'aria-label': string;
16
/** Flag indicating if the item is favorited */
17
isFavorited?: boolean;
18
/** Disables action, can also be specified on the MenuItem instead */
0 commit comments