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
The IcPopoverMenu component uses the PopperJS library. This library has a lot of customisation options and modifiers; currently though they are hard coded within the IC-UI-Kit.
One such modifier would be to allow users to define the RootBoundary; currently it is hard coded to the entire viewport, but users could make use from setting it to be the containing element.
Another would be to allow the user to define a list of fallback placements for the Popover. Currently this is coded (in order) as ["top-start", "top-end", "bottom-end"]. Allowing users to specify a custom ordering for this would allow for greater versatility of the IcPopoverMenu.
The text was updated successfully, but these errors were encountered:
The IcPopoverMenu component uses the PopperJS library. This library has a lot of customisation options and modifiers; currently though they are hard coded within the IC-UI-Kit.
One such modifier would be to allow users to define the RootBoundary; currently it is hard coded to the entire viewport, but users could make use from setting it to be the containing element.
Another would be to allow the user to define a list of fallback placements for the Popover. Currently this is coded (in order) as ["top-start", "top-end", "bottom-end"]. Allowing users to specify a custom ordering for this would allow for greater versatility of the IcPopoverMenu.
The text was updated successfully, but these errors were encountered: