Using Popover for multiple items #13149
Labels
[Package] Components
/packages/components
[Type] Help Request
Help with setup, implementation, or "How do I?" questions.
I'm implementing the Popover component in a block. The block has an array of items and when I click on an item, a Popover should appear below it.
As an example, say I'm rendering multiple social network icons. When the user clicks on an icon, a Popover should appear below it, containing options for that icon.
Case 1: When used in a loop, multiple Popovers appear all at once for each item.
Case 2: When the Popover is outside the loop it appears once, which is what I what but positioned center to the parent div instead the item clicked on.
What is the proper way to use the Popover component for multiple items?
The text was updated successfully, but these errors were encountered: