Replies: 1 comment 3 replies
-
An <sp-action-button size="s">
<sp-icon-info></sp-icon-info>
<sp-tooltip self-managed placement="right">Display something here</sp-tooltip>
</sp-action-button> |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to make a simple usage of the
sp-tooltip
component as such:but I get this message when
sp-tooltip
tries to navigate the tree up to find its trigger element:I've noticed it was affected by the
focusableSelector
, so I tried to put afocusable
attribute on the parent, but to no avail.It's not been clear for me how to use that one, and I get into very low-level research.
Anything would help at this point :)
thanks!
Beta Was this translation helpful? Give feedback.
All reactions