I am currently developing a Vue.js application using the Vuexy theme. One issue I have encountered is with a datetimepicker within a modal. The problem arises when I try to select a date on the datetimepicker component - it closes the modal instead of staying open.
If you need further clarification or require access to the codebase, please do not hesitate to reach out.
The code snippet in question is as follows:
<AppDateTimePicker
v-model="delDate"
:rules="[requiredValidator]"
label="Delivery Date"
placeholder="Delivery Date"
@input="onDateInput"
persistentPlaceholder
/>
Unfortunately, I have been unable to find a suitable solution to this issue.