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 07e502b commit ee109b4Copy full SHA for ee109b4
src/ActionList/Item.tsx
@@ -356,7 +356,7 @@ export function Item(itemProps: Partial<ItemProps> & {item?: ItemInput}): JSX.El
356
showDivider={showDivider}
357
aria-selected={selected}
358
aria-labelledby={text ? `${id}-label` : undefined}
359
- aria-describedby={text ? `${id}-description` : undefined}
+ aria-describedby={description ? `${id}-description` : undefined}
360
{...props}
361
data-id={id}
362
onKeyPress={keyPressHandler}
0 commit comments