Skip to content

Add option to make tooltip not automatically go away when itself is hovered #443

@damywise

Description

@damywise

Is your feature request related to a problem? Please describe.
The tooltip automatically goes away when hovered, and then immediately shows itself again, infinitely.

Describe the solution you'd like
Add an option to Tooltip, like so:

Tooltip(
  ...
  hideOnHover: false,
  ...
)

Describe alternatives you've considered
None

Additional context
Record of current state: (tooltip is at top right)

2022-07-27.17-49-50.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions