<Button
...
v-tooltip.bottom="{ value: tooltip, disabled: !tooltip }"
/>
Is there a way to dynamically change the position of the tooltip from "bottom" to another modifier such as top, left, or right in PrimeVue? I have various modifiers available and need to switch between them based on specific scenarios without sculpting rendering conditions for each one individually.
You can find more information about PrimeVue tooltips here