You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great stuff you doing here. I have a question that you might be able to help me with.
I have a use case where I can open a popover from inside a popover, which could go Infinitiv.
The issue I have is that when someone opens popover up to a nesting level of 3-4 and the clicks into the popover content of the second opened popover (e.g. to dismiss 3,4 and inspect content of number 2), all popover closes. What I would have expected is that number 3 and 4 close but 1 and 2 are still open.
I tried the "modal" option on the PopoverRoot but that forces me to close every popover one by one until I reach the desired one, which could be really stressful.
Do you have any idea how I can achieve this? Or what I might doing wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi folks!
Great stuff you doing here. I have a question that you might be able to help me with.
I have a use case where I can open a popover from inside a popover, which could go Infinitiv.
The issue I have is that when someone opens popover up to a nesting level of 3-4 and the clicks into the popover content of the second opened popover (e.g. to dismiss 3,4 and inspect content of number 2), all popover closes. What I would have expected is that number 3 and 4 close but 1 and 2 are still open.
I tried the "modal" option on the
PopoverRoot
but that forces me to close every popover one by one until I reach the desired one, which could be really stressful.Do you have any idea how I can achieve this? Or what I might doing wrong?
Here is a stackblitz to visualise what I mean: https://stackblitz.com/edit/sb1-tpfp3p?file=src%2FApp.vue,src%2Fmain.ts
Beta Was this translation helpful? Give feedback.
All reactions