datepicker
datepicker copied to clipboard
✨ Display 'Datepicker' above input field prop instead of always below
Is your feature request related to a problem? Please describe. The is a bit of frustration when pulling a datepicker at the bottom of a clients view. The datepicker always spawns under the input element even if spawning said element goes out of view.
Describe the solution you'd like As 'align' I feel a prop for top true or not would allow the datepicker to spawn above said element if the user required it and could even change it programmically.
Describe alternatives you've considered All I have been able to do is move elements higher on the screen but this can cause where workflows were date fields are not expected until later.