vue2-daterange-picker
vue2-daterange-picker copied to clipboard
Request for `append-to` prop.
At the moment there is exists prop apend-to-body
, to fix overflow issues. But then it used in scrolled container (for example, modal form), picker doesn't update its position, when container (modal form) scrolled.
If we add append-to
prop, where user can set selector for base (scrolled) container, and we'll calculate position relative to it, picker would be scrolled with container too.
@likemusic Check this https://github.com/Innologica/vue2-daterange-picker/issues/57 (https://github.com/Innologica/vue2-daterange-picker/issues/57#issuecomment-625527570)