icehaunter / vue3-datepicker

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

Using the datepicker without the input field #101

Open Kinzi opened 1 year ago

Kinzi commented 1 year ago

I'm using the datepicker in various places in my app. In one place it would be great to directly display the calendar without the input and the need to click.

Is that possible?

icehaunter commented 1 year ago

Not currently, since it depends on positioning itself relative to the input, and changes size between year/month/day picker views. I'm not sure how to implement this elegantly, but I'd be open to PRs