Open mrleblanc101 opened 3 years ago
I think this is related to https://github.com/duetds/date-picker/issues/55
Hey, I'm the original author of this project. I've made a spiritual successor to duet here. It's not a full date picker, just the calender pieces as you wanted here. It also supports displaying multiple months and date ranges. https://github.com/WickyNilliams/cally
Is your feature request related to a problem? Please describe. Hi, I haven't tested this yet but the documentation make it seem that this is made to be bound to a form element.
Describe the solution you'd like It would be nice if we could use this as a standalone calendar picker inline with the content of the page. This mean it wouldn't need a trigger to open it, it would be in the flow of the page and wouldn't be bound to an input.
Describe alternatives you've considered Using an input, but hiding it with CSS and aria.
Here is an example of an Agenda Widget I had to do with
v-calendar
which is not accessible.