primevue icon indicating copy to clipboard operation
primevue copied to clipboard

Dropdown: Unable to add tooltip

Open iampapagray opened this issue 1 year ago • 3 comments

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

  1. Create a Dropdown element with options, v-model, optionsLabel, optionsValue.
  2. Add a v-tooltip prop to the Dropdown element.
  3. Check console for error

Expected behavior

The Dropdown should simply have a tooltip

iampapagray avatar Dec 13 '23 08:12 iampapagray

Thanks a lot for the report! I set a milestone. We'll fix it before the milestone is released.

mertsincan avatar Jan 29 '24 11:01 mertsincan

@mertsincan Any update on this issue?

iampapagray avatar Jul 22 '24 09:07 iampapagray