Allow HTML for tooltip content - Icon Button #14065
GamendeBrian
started this conversation in
Ideas
Replies: 1 comment
-
I'm using ->hintIcon('heroicon-m-information-circle', tooltip: 'html text'); and this also applies to hint.blade.php. Would be nice to support HTML in every tooltip by default. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the Icon Button blade component like so:
This currently doesn't seem to work because the tooltip options doesn't have the allow HTML option enabled.
This can be enabled like so:
x-tooltip.html="true"
Can this be added by default? Or add a prop like allowHtml?
If yes, can this also be done for other tooltip component etc?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions