vue3-datepicker
vue3-datepicker copied to clipboard
Using the datepicker without the input field
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?
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