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
. 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 ![]()

