admin管理员组文章数量:1345116
I have this code:
<Tooltip
title={
<div>{Small description}</div>
}
>
<Stack>
<StyleOptionImage/>
<Typography
noWrap
>
{Tittle}
</Typography>
<Typography
noWrap
>
{Description}
</Typography>
</Stack>
</Tooltip>
Due to the noWrap
attribute if the value is true, the text will not wrap, but instead will truncate with a text overflow ellipsis. And that is the expected behaviour.
I need to display the tooltip if and only if the the world is truncated, and it has to dynamically update, depending on the size of the screen, too.
本文标签: conditional renderingRender tooltip dynamically depending on the wrap attributeStack Overflow
版权声明:本文标题:conditional rendering - Render tooltip dynamically depending on the wrap attribute - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743783562a2538274.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论