pwt.datepicker
pwt.datepicker copied to clipboard
bad container positioning when using in modal
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.
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?