pwt.datepicker icon indicating copy to clipboard operation
pwt.datepicker copied to clipboard

bad container positioning when using in modal

Open alih70442 opened this issue 3 years ago • 1 comments

problem: when you attach datepicker to a textField that is placed in a modal, and the modal has vertical scroll, after scrolling, the datepicker container is positionate like a fixed dom. It happens because, datepicker has absolute position relative to body, not relative to its own textInput.

alih70442 avatar Nov 06 '21 11:11 alih70442

problem: when you attach datepicker to a textField that is placed in a modal, and the modal has vertical scroll, after scrolling, the datepicker container is positionate like a fixed dom. It happens because, datepicker has absolute position relative to body, not relative to its own textInput.

hi, do you have any idea to fix this?

sortheme avatar Aug 28 '23 15:08 sortheme