DropdownList inside a Dialog doesn't calculate popup top offset correctly on mobile device
3 Replies
SIGN IN To post a reply.

Hi Alex,
Greetings from Syncfusion support.
We are currently validating the reported issue. We will update further details on 2nd February,2021. We appreciate your patience until then.
Regards,Sevvandhi N
|
onOpen: function (args) {
args.popup.collision = { X: "flip", Y: "flip" };
args.popup.dataBind();
args.popup.refreshPosition(
this.$refs.dropDown.ej2Instances.element,
true
);
},
|