Hello.
We use the context menu to build a custom ComboBox in combination with a button as target (which works great). But the menu always pops up at the current mouse position (as expected). It would be nice if we could "pin" the position of the popup window to the target component, so it only pops up at the position of the target.
Is that possible with the Java API?
Hello. We use the context menu to build a custom ComboBox in combination with a button as target (which works great). But the menu always pops up at the current mouse position (as expected). It would be nice if we could "pin" the position of the popup window to the target component, so it only pops up at the position of the target. Is that possible with the Java API?
Or is that somehow possible with the low level API of
<vaadin-context-menu>
?Thank you in advance.