Innologica / vue2-daterange-picker

Vue2 date range picker
https://innologica.github.io/vue2-daterange-picker/
MIT License
329 stars 208 forks source link

Request for `append-to` prop. #233

Open likemusic opened 3 years ago

likemusic commented 3 years ago

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.

ramazansancar commented 1 year ago

@likemusic Check this https://github.com/Innologica/vue2-daterange-picker/issues/57 (https://github.com/Innologica/vue2-daterange-picker/issues/57#issuecomment-625527570)