vuejs3-datepicker
vuejs3-datepicker copied to clipboard
Overflows out of the screen as the date input is opened jus below the input
Because the datepicker is placed directly below the input field, the datepicker gets clipped when the input is inside an overflow scroll content.
can you please share the sandbox link of the above scenario
https://codesandbox.io/s/vue3-example-forked-e8ck3n?file=/src/components/Editor.vue
The date picker overflows out of the container even if there is a space to fit in the calendar in the opposite direction.
Something like this is expected. Check out the append-to-body attribute here: https://mengxiong10.github.io/vue2-datepicker/index.html
any news on the issue? me too with the same error
Is there any fix for this? Could it be considered to add a "appendToBody" prop, which will add the popup in the body and place it fixed?