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
Everthing works as it should, but the Popover gets placed in the middle of the Button.
How can I control the placement of the popover, to set it either beneath or left of the Button.
Maybe I have to use the popper prop, but from the Docs I didn't understand how to use it.
The text was updated successfully, but these errors were encountered:
You can use <UPopover :popper="{ placement: 'left' }" /> to control this. The popper object should be documented but we have the #644 bug open for reference.
Description
Hi I have the following setup for a popover:
Everthing works as it should, but the Popover gets placed in the middle of the Button.
How can I control the placement of the popover, to set it either beneath or left of the Button.
Maybe I have to use the popper prop, but from the Docs I didn't understand how to use it.
The text was updated successfully, but these errors were encountered: