Closed
Description
Describe the bug
the popup arrow is not pointing to the center of the field, when the field is on the right most of the area and there is not enough screen width to center the popup. This issue seems solved only when it is on the left via issue #802.
To Reproduce
Steps to reproduce the behavior:
- Go to https://stackblitz.com/edit/vitejs-vite-fjfjj9?file=src%2FApp.vue
- Click on input field
- make sure the available width of screen small, and see that the arrow is not pointing to the field.
Expected behavior
it should point to the center of the field, same as when the field on the left and no screen margin available.
Desktop & mobile (please complete the following information):
- Browser: edge Version 126.0.2592.56 (Official build) (64-bit)
- Vue-datepicker 8.8.0
- Vue 3.4.21