Tooltip: cannot unbind events when tooltip value is cleared #3645
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
should be
if (ObjectUtils.isEmpty(options.value.value) || options.value.value.trim() === '')
Reproducer
https://github.com/primefaces/primevue/blob/master/components/tooltip/Tooltip.js#L326
https://github.com/primefaces/primevue/blob/master/components/tooltip/Tooltip.js#L369
Comparing these two lines, it can find that 369 lines are wrong
PrimeVue version
3.23.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: