question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v-c-tooltip and v-c-popover are not working reactively

See original GitHub issue

When I try to use v-c-tooltip with a variable that changes a while, tooltip component taking variable’s first (old) value. Not the updated value i.e. with settimeout or computed.

Mac OS, Chrome, @coreui/vue-pro v4.3.0

<h4 v-c-tooltip="myComputedVariable">
  Hello
</h4>

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
gfoidlcommented, Oct 18, 2022

Yeah, you wrote that above.

My comment is just for the stupid bot, that want’s to close issues even when there was no interaction from a maintainer (I’m not one). So that bot should be turned off, or a bit more activity from maintainers would be desired.

0reactions
gfoidlcommented, Dec 19, 2022

Closing issues by the bot is not equal to resolving them. So leave it open.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Vue: Delay option not working with v-popover - Stack Overflow
I use v-tooltip to create a clickable ...
Read more >
v-tooltip not work · Issue #104 · Akryum/floating-vue - GitHub
Hello, I use the next command: Vue.directive('v-tooltip', VTooltip); Vue.directive('close-popover', VClosePopover);
Read more >
Popover | Components - BootstrapVue
The Popover feature provides a tooltip-like behavior, can be easily applied to any interactive element via the component or v-b-popover directive.
Read more >
v-tooltip - npm
Start using v-tooltip in your project by running `npm i v-tooltip`. ... VClosePopover) Vue.component('v-popover', VTooltip.VPopover) ...
Read more >
Popovers - V-Calendar
Labels are the basic tooltip-style popover. ... By default, these popovers display when the user hovers over the day content and are not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found