time-picker
time-picker copied to clipboard
Timepicker container doesn't fixed on input trigger
I used timepicker inner my modal window which to have scroll yourself. And eventualy picker container fixes relative window how i find out. sorry for my bad eng)
@sadwizard Could you give a reproducible demo in codesandbox
@dengfuping Here is my example: https://www.screencast.com/t/vqD6SbRi It's in case when we have an internal scroll in a modal window.
@dengfuping @sadwizard I've fixed the issue finding and using not documented prop getPopupContainer. @dengfuping, could you add to the doc, please? So this getPopupContainer allows you to make pop-up being positioned regarding the not document's body, but the posistioned container of pop-up. @sadwizard, here is the solution: https://codesandbox.io/s/2pzvnqx9ny
@dengfuping Any update on this !! Seems like it's not updated yet.