You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm al looking for a way to force the datepicker to always (or by default) go up instead of down.
Currently The datepicker opens like in screenshot 1.
When I make my screen smaller it snaps into the other direction and looks like screenshot 2.
For my use case it would be nice if it would always open to the top since the input is the last in this popup and when opening it currently it creates a scroll.
Describe the solution you'd like
A way to force the (default) opening position to top / bottom, this could maybe be made with positioning to the left and right of the input.
An option like :auto-position="false" but instead of false there should be "top" or "bottom"
Describe alternatives you've considered
A forced or a default (until it no longer fits) configuration would both work.
Additional context
Screenshot 1:
Screenshot 2
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm al looking for a way to force the datepicker to always (or by default) go up instead of down.
Currently The datepicker opens like in screenshot 1.
When I make my screen smaller it snaps into the other direction and looks like screenshot 2.
For my use case it would be nice if it would always open to the top since the input is the last in this popup and when opening it currently it creates a scroll.
Describe the solution you'd like
A way to force the (default) opening position to top / bottom, this could maybe be made with positioning to the left and right of the input.
An option like
:auto-position="false"
but instead of false there should be "top" or "bottom"Describe alternatives you've considered
A forced or a default (until it no longer fits) configuration would both work.
Additional context
Screenshot 1:
Screenshot 2
The text was updated successfully, but these errors were encountered: