Replies: 2 comments
-
This has been addressed in 3.14.0 🚀
|
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Saw the recommendation on IconButton label as the preferred way of providing a tooltip.
This sort of conflicts with the standard mechanism to provide the tooltip via the title property. At the moment you can use both and have the freedom to choose between them.
https://stackblitz.com/edit/github-21dait-zjtggy?file=src%2FApp.tsx
Suggestion to avoid a duplicate tooltip:
Either address at build time with typings that prevent having a tile property while the label property is present.
Or address at runtime and ignore the title property if the label is present.
Beta Was this translation helpful? Give feedback.
All reactions