maxkeppeler / sheets-compose-dialogs

✨ Enhancing Android UIs: A Jetpack Compose Library supporting a wide range of common use-cases with Material Design 3 Dialogs, Popups, and Bottom Sheets. ✨
https://maxkeppeler.github.io/sheets-compose-dialogs/
Apache License 2.0
780 stars 32 forks source link

[Feature request] Date range shouldn't allow select dates that includes disabled date. #75

Closed dennykurniawan48 closed 6 months ago

dennykurniawan48 commented 6 months ago

When choosing a date range, we're able to pick dates that include disabled dates within the selected range.

date

How to add abilities to not select the date when the disabled dates are inside the ranges? maybe something like this.

Screenshot_20231229_032030

The second image is ui web library from hotel-datepicker