#3122·flatpickr

Flatpickr doesn't work with VDialog (and most likely as well doesn't work with any Dialog/Modal outside of Vue)

Author: marthvonCreated Jan 13, 2026Updated Sep 13, 2026

When rendering on chrome desktop, when Flatpickr decides not to use native browser , while Select Date Flatpickr component is inside of a VDialog... it renders the calendar on the absolute position on top of the document, this is a problem when the dialog is opened after scrolling to the bottom of the document... The calendar is not visible and usually doesn't align with the textbox Flatpickr is inside of....

Most likely confuses the Flatpickr when the parent container is also absolute and it can't compute the position of the Flatpickr component relative to the document