Some extra props
Closed this issue · 2 comments
multipliedtwice commented
Hello, thank you for the awesome library. Do you have any plans to add any of the following:
- startAt - for example to open the calendar on 18 years ago date?
- allow to input use Unix timestamp as a selectedDate?
jonathangreenemeier-vizio commented
For #1, this is possible by setting or binding the selectedProp
to a specific date: https://svelte.dev/repl/0c1cbd9bb5ee4be2a65fd843d2427c6b?version=3.44.1
You may have to adjust the start
and end
properties (date boundaries) if the start date it outside of the defaults. See the props documentation for more details.
I'm not quite sure what you mean by #2.
multipliedtwice commented
Thank you.