You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible to have tooltips on Tabs, which seems especially useful for icon-only tabs.
They just don't play well together. Either wrapping a Tab with a Tooltip doesn't make sense for the parent Tabs component, or wrapping just the icon leads to broken behavior. Since Tabs are based off Buttons I expected it to work.
The text was updated successfully, but these errors were encountered:
Same issue here. Having icon tabs and my users pushed me to add labels to tabs, that isn't ideal in terms of space needed. Fixing this tooltip issue is highly desirable.
This would be nice to have - I ended up using the internal Tooltip and positioning it as a sibling of <Tabs> but will need some more work to get it working with a fluid layout.
Currently it is not possible to have tooltips on Tabs, which seems especially useful for icon-only tabs.
They just don't play well together. Either wrapping a Tab with a Tooltip doesn't make sense for the parent Tabs component, or wrapping just the icon leads to broken behavior. Since Tabs are based off Buttons I expected it to work.
The text was updated successfully, but these errors were encountered: