Skip to content

Commit

Permalink
feat: add tooltip for listbox title
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Wizard committed Mar 13, 2023
1 parent 0dd499c commit 9388208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/nucleus/src/components/listbox/ListBoxInline.jsx
Expand Up @@ -250,7 +250,7 @@ function ListBoxInline({ options, layout }) {
)}
<Grid item className={classes.listBoxHeader}>
{showTitle && (
<Title variant="h6" noWrap>
<Title variant="h6" noWrap title={layout.title}>
{layout.title}
</Title>
)}
Expand Down

0 comments on commit 9388208

Please sign in to comment.