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
- add the helpAllowHover prop.
- add helpProps, adding allowHover inside.
References
No response
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
Proposed solution
References
No response