Skip to content

Fixed FormLabel help tooltip not disappearing on hover #1628

@wes5510

Description

@wes5510

Description

Added option to prevent FormLabel help tooltip from disappearing on hover

Reasons for suggestion

When the tooltip content contains a link, the tooltip disappears before the link is clicked.
Example code

<FormLabel
  help={<a href="https://channel.io">Lorem ipsum</a>}
  htmlFor="test"
>
  Label
</FormLabel>

Proposed solution

  1. add the helpAllowHover prop.
  2. add helpProps, adding allowHover inside.

References

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions