You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have provided a method to selectableDayPredicate to disable certain dates. However, I am still able to select these disabled dates as long as the initial start and end date lie out side of this range.
For example, selectableDayPredicate returns false for 2019-06-20, and is thus disabled on the date picker. If you select a range of 2019-06-01 to 2019-06-25, you are able to even though it includes a disabled date.
Any way around this?
The text was updated successfully, but these errors were encountered:
I have added support in this plugin for blocked dates.
A blocked date cannot be selected over, and you can assign a custom block-image for that date's background.
I can create a PR if you someone still needs that functionality.
@sahajarora1286 i really need that blocked dates functionality can you please tell me how you done that. i'm also using this package but can't find a way to disable some date range which is already occupied.
I have provided a method to
selectableDayPredicate
to disable certain dates. However, I am still able to select these disabled dates as long as the initial start and end date lie out side of this range.For example,
selectableDayPredicate
returns false for 2019-06-20, and is thus disabled on the date picker. If you select a range of 2019-06-01 to 2019-06-25, you are able to even though it includes a disabled date.Any way around this?
The text was updated successfully, but these errors were encountered: