icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
150 stars 153 forks source link

Feature request: preferred position of the datepicker relative to the form field #38

Closed nioperas06 closed 3 years ago

nioperas06 commented 3 years ago

Ex:

<Datepicker v-model="picked"  position="top right"/>
icehaunter commented 3 years ago

Any positioning you might want to do should be mostly achievable with CSS. If you're having any issues please let me know, but for now, I don't see how a prop like that would function (considering this component knows nothing about UI frameworks and such).