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.
title
1 parent d9d94d4 commit a97270cCopy full SHA for a97270c
src/scripts/TreeNode.tsx
@@ -102,6 +102,7 @@ const TreeNodeItem: FC<TreeNodeProps & { icon?: string }> = (props) => {
102
className='slds-tree__item-label slds-truncate'
103
tabIndex={-1}
104
onClick={onLabelClick}
105
+ title={typeof label === 'string' ? label : undefined}
106
>
107
{ItemRender ? <ItemRender {...props} /> : label}
108
</a>
0 commit comments