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
Describe the bug
As mentioned in issue (#127), the release 0.5.1-rc.16 implemented Side Navigation. The component SideNavigationListItem has a property called tooltip, but when applied nothing happend.
The interface SideNavigationListItemProps extends CommonProps, that has tooltip property.
Is the tooltip implementation for this component planned?
Expected behavior
When property tooltip is added, in mouse is over the menu item, should appear a tooltip with the string message.
The text was updated successfully, but these errors were encountered:
Describe the bug
As mentioned in issue (#127), the release
0.5.1-rc.16
implemented Side Navigation. The componentSideNavigationListItem
has a property calledtooltip
, but when applied nothing happend.The interface
SideNavigationListItemProps
extendsCommonProps
, that hastooltip
property.Is the
tooltip
implementation for this component planned?Expected behavior
When property
tooltip
is added, in mouse is over the menu item, should appear a tooltip with the string message.The text was updated successfully, but these errors were encountered: