Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We use SF DropDownButton to show some options. But when there is 10+ items, the list gets too long and
breaks page layout (see attached image).
I though I might solve it by specifying the target, but I cannot do this when the DropDownButton component is rendered in a SF popup. Our layout (pseudo-code):
So my questions are:
Thank you.
(https://levelup.gitconnected.com/how-to-pass-an-element-reference-down-through-a-component-tree-in-angular-86b495a2ce57 is dealing with the similar problem - also specifying target element, also needs to pass it, but it works for him with @Inputs)