Hey there, I've been using vueCtkDateTimePicker in my latest project and am having trouble adjusting the dropdown position to the right.
<vue-ctk-date-time-picker
v-model="task.DueDate"
format="YYYY-MM-DD"
:only-date="true"
:position="'right'"
:noLabel="true"
></vue-ctk-date-time-picker>
I've experimented with various word combinations, both with and without binding, but nothing seems to be working. Furthermore, I couldn't find any explanation about this issue in the documentation either.