marosseleng / compose-material3-datetime-pickers

Material3 themed Jetpack Compose date & time pickers.
Apache License 2.0
153 stars 8 forks source link

Standalone year picker #48

Open mvforell opened 1 year ago

mvforell commented 1 year ago

First of all, thank you for this great project!

I'm currently building an app where it would be useful to not only have a date picker dialog, but also a standalone year picker dialog. I took a quick look at the code, and I think it might be possible to re-use YearSelection for creating a year picker dialog without much work.

What do you think?

marosseleng commented 1 year ago

Hello and thanks for the input!

As of now (for the 1.0.0 Milestone), the standalone year (or month) picker isn't planned. It might be implemented in the future, together with a standalone month picker - for a "complete set".