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
## Open Popovers by ID inside the overflow popover
114
+
115
+
To prevent duplicate child `id`s in the DOM, all child `id`s get an `-overflow` suffix. If an ID is used to open the popover (e.g. via the `opener` prop), you have to make sure to use the correct id.
116
+
You can achieve that either by leveraging the `onOverflowChange` event and retrieve the current ID there, or by updating it inside the `click` handler of the respective opener component.
* It can be accessed by the user through the overflow button that opens it in a popover.
111
111
*
112
112
* __Note:__ The overflow popover is mounted only when the overflow button is displayed, i.e., any child component of the popover will be remounted, when moved into it.
113
+
*
114
+
* __Note:__ To prevent duplicate child `id`s in the DOM, all child `id`s get an `-overflow` suffix. This is especially important when popovers are opened by id.
0 commit comments