Marcel Becker
Results
1
comments of
Marcel Becker
the work around `picker.show(); const { top, left } = picker.adjustPosition(input_date3); picker.ui.container.style.top = `${top}px`; picker.ui.container.style.left = `${left}px`;` inspired from line 285 - https://github.com/easepick/easepick/blob/master/packages/core/src/core.ts I don't think I understand how to...