-
Notifications
You must be signed in to change notification settings - Fork 732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set opening direction? #347
Comments
No... I used to measure the available space then open above or below but that messed up the SSR users. |
could i do this with the wrapper class? |
This is a nice feature that I need just now |
wow, anyone has done this feature? |
There is also a problem when the input is close to the right edge of the window... then only the half calendar is shown... |
Please consider implementing this. It's possible to get some of the way there with CSS, but the top edge jumps up and down around because the day, month, and year views are different heights. |
I too would like this feature. I've got a datepicker near the bottom of the page, and it adds a scrollbar when opened. Top/right/bottom/left would be great 👍 |
@charliekassel i've tried to look in the commits to find where this code was removed and replicate it but I can't. Could you possibly point it out? |
This is the most rated Vue Datepicker component that I have found so far, which is why I cannot believe that opening direction or position has not been resolved. Component still opens off screen. I will add it to my to do list, but it's not a high priority to me, since I'm pretty sure I can just find another component that has this built-in already. |
Maybe add an option to display datepicker in the modal like https://mariomka.github.io/vue-datetime/ |
I also need this auto detect feature because I am currently experiencing the same problem, for now I solved it with css overide .vdp-datepicker__calendar { |
It's working, just use this css. |
If anyone still have issues with that, this simple css helped me a lot.
|
Is there a way to tell the datepicker in what direction it should open?
I encounter this problem:
The text was updated successfully, but these errors were encountered: