suggest positioning

Hello,

When I show a suggest using the show function and use a y position offset, the little pointer that points to the parent item is offset as well and does not point to the correct selected item anymore.

var node = $$(“parentView”).getItemNode($$(“parentView”).getSelectedId())
$$(“mysuggest”).show(node,{pos:“right”,y:100});

Is there a way to correct that?
Thanks,

Hi @Pieter ,
Could you, please, share more code (what your parentView and mysuggest look like) as we can’t reproduce the issue?