S-date-field component not working on custom UI sidebar

Hi guys!

When I’m using s-date-field web component( DateField ) on a custom sidebar my app, dialog show date picker is calculator wrong position like below:

I was try re-calculator position by event focus of component support, but it always re-update old postion :sad_but_relieved_face: . Anyone suggest in my case !!!

Update:
look like I found problem from method getBoundingClientRect
I’m using component on a sidebar so getBoundingClientRect get position base on viewport but not current container :face_with_raised_eyebrow:

Hey @OE_Dev_Vuong_Nguyen

Just to confirm from your update message - did you manage to find a solution for this?