Skip to content

Commit af53cbe

Browse files
committed
updated prop description
1 parent b0d9617 commit af53cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/DataList/DataListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface DataListItemProps extends Omit<React.HTMLProps<HTMLLIElement>,
1111
children: React.ReactNode;
1212
/** Additional classes added to the DataList item should be either <DataListItemRow> or <DataListContent> */
1313
className?: string;
14-
/** Adds accessible text to the DataList item */
14+
/** Adds an accessible name to the selectable input if one is rendered */
1515
'aria-labelledby': string;
1616
/** Unique id for the DataList item */
1717
id?: string;

0 commit comments

Comments
 (0)