primevue
primevue copied to clipboard
Dropdown: Unable to add tooltip
Describe the bug
I have a Dropdown that works fine until i added a v-tooltip="'Some Info'".
Then i get this error in console:
Uncaught (in promise) TypeError: Cannot set properties of null (setting '$_ptooltipModifiers')
Reproducer
https://codesandbox.io/p/sandbox/competent-sunset-54z78h
PrimeVue version
3.40.1
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
- Create a Dropdown element with options, v-model, optionsLabel, optionsValue.
- Add a v-tooltip prop to the Dropdown element.
- Check console for error
Expected behavior
The Dropdown should simply have a tooltip
Thanks a lot for the report! I set a milestone. We'll fix it before the milestone is released.
@mertsincan Any update on this issue?