primevue icon indicating copy to clipboard operation
primevue copied to clipboard

TieredMenu: Menu items not showing

Open Rekl0w opened this issue 10 months ago • 0 comments

Describe the bug

There is an issue when we trying to toggle the tiered menu at the datatable's first data, when we click the first data's tiered menu button, the menu ref is null, but rest normally toggles.

Reproducer

https://stackblitz.com/edit/vfvfph?file=src%2FApp.vue

PrimeVue version

3.50.0

Vue version

3.x

Language

ALL

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

  1. Toggle any TieredMenu Button at the datatable, there is no issue
  2. Search the first data
  3. Click on the TieredMenu Button, it is not showing

Expected behavior

TieredMenu toggles at any situation

Rekl0w avatar Apr 15 '24 14:04 Rekl0w