Vuepic / vue3-date-time-picker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
158 stars 13 forks source link

position: left, center, right #125

Closed onno-timmerman closed 2 years ago

onno-timmerman commented 2 years ago

I seem not be able to make the position work. Nor with altposition. Maybe i miss something the annoying thing is that the datepicker is close to the right browser border. And with center the picker is just over the viewable part.

I think left and right are switched. Entering position right give diserble effect. and moves popup to left.

(btw: this is a great datepicker)

Jasenkoo commented 2 years ago

Tnx for the compliment 😄 . I will check what is going on there

Jasenkoo commented 2 years ago

Turns out it is not an issue, since the menu will be aligned to the left/right border of the input element. In your case, right is the correct prop to pass