|
|
|
|
|
by WickyNilliams
810 days ago
|
|
Sorry I'm late. Author here. Yeah this is a limitation right now. For dates of birth and other hard/known dates, I would never recommend a date picker. I plan to address this. Issue here https://github.com/WickyNilliams/cally/issues/9 Though I will likely never offer this functionality directly in the components themselves (per the docs: they are not meant to be a complete solution for date pickers, only the lower level parts that are hard to get right). But rather I'll open up the API to allow people to build this stuff themselves. I imagine I'll get this done in the next few days |
|
Choosing the year is a functionality issue (and potentially a UX issue) that is hard too get right. It is not a UI issue that is addressed by using one's own input controls.