You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
alih70442
added a commit
to alih70442/pwt.datepicker
that referenced
this issue
Nov 6, 2021
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.
The text was updated successfully, but these errors were encountered: