commandiron / WheelPickerCompose

Add Wheel Date - Time Picker in Android Jetpack Compose.
Apache License 2.0
444 stars 54 forks source link

Add an ability to hide day/month that are out of minDate and maxDate #28

Open drobekkrzysztof opened 1 year ago

drobekkrzysztof commented 1 year ago

It would be nice to have an ability to display only available days/months that user can select. Year range could be calculated based on min and max date as well.

Untitle1d