coreui-vue
coreui-vue copied to clipboard
v-c-tooltip and v-c-popover are not working reactively
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>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
It's not stale, just no reaction from the maintainers, so please don't close.
@gfoidl I gave up and started to use floating-vue for tooltips.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
It's not stale, just no reaction from the maintainers, so please don't close.
I am using floating-vue instead.
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.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
Closing issues by the bot is not equal to resolving them. So leave it open.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions
<tr v-for="item in data" :key="qut.id">
<td>
<a v-c-tooltip="item.name" :href="item.url">{{ item.url }}</a>
</td>
</tr>
when i will render v-c-tooltip, this is just working this tooltip first row. i want to show this tooltip all iteration row. so how can i solve this problem. please help me @everyone;
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions