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
Because Tooltip wraps the trigger in a div, this interferes with the trigger/hover conditions so a tooltip will not appear. We should make it so Dropdown (and probably Select/MenuContainer will need this as well) creates an internal ref to use by default for tooltips, or we should make it so Tooltip does that internally.
Workaround: Create a reference, pass the ref to DropdownItem and the triggerRef field of tooltipProps.
Aside: Keyboard navigation still shows the tooltip, it is only the mouse that doesn't trigger it.
The text was updated successfully, but these errors were encountered:
Because Tooltip wraps the trigger in a
div
, this interferes with the trigger/hover conditions so a tooltip will not appear. We should make it soDropdown
(and probablySelect
/MenuContainer
will need this as well) creates an internal ref to use by default for tooltips, or we should make it soTooltip
does that internally.Workaround: Create a reference, pass the ref to
DropdownItem
and thetriggerRef
field oftooltipProps
.Aside: Keyboard navigation still shows the tooltip, it is only the mouse that doesn't trigger it.
The text was updated successfully, but these errors were encountered: