I have an navigation menu on the left side of my app with several entries.
With a click on one of these entries I open a popover. The content of the popover is a dynamically generated form based on current configuration. So I don’t know the size of the popover at design time.
My problem is, that if the forms of upper entries contain to many fields the popover starts outside my screen and some fields are not shown.
A solution for this would be to show the popover beginning at the arrow.
On other entries at the bottom it would be better to show the popover ending at the arrow.
Is it possible to use such functionality or is there a workaround to achieve this?
I thought the parameter offset could do it. But I only got it working with number (pixels) and not with strings countaining percent.