Skip to content

Tooltip trigger area #5819

Answered by Hiws
akhchan99 asked this question in Q&A
Discussion options

You must be logged in to vote

Use the noninteractive modifier or property.
https://bootstrap-vue.org/docs/components/tooltip#noninteractive-tooltips

Modifier

<b-btn v-b-tooltip.noninteractive="'Hello World'">Tooltip</b-btn>

Prop

<b-btn id="my-button">Tooltip</b-btn>
<b-tooltip target="my-button" noninteractive>
  Hello World
</b-tooltip>

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Hiws
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5819 on December 14, 2020 15:53.