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
Is your feature request related to a problem? Please describe.
I would like to use DatePicker componten. But I can't find a way how to disable particular dates for selecting, like that. E.g. I would lika to set minDate="2021-10-12", maxDate="2021-10-28" and set dates 2021-10-22, 2021-10-23, 2021-10-26 as disabled to select. .
Might be this feature exists, but I missed it in the spec.
Describe the solution you'd like
It would be nice to have a property like disabledDates
Is your feature request related to a problem? Please describe.
I would like to use DatePicker componten. But I can't find a way how to disable particular dates for selecting, like that. E.g. I would lika to set
.
minDate="2021-10-12"
,maxDate="2021-10-28"
and set dates2021-10-22
,2021-10-23
,2021-10-26
as disabled to select.Might be this feature exists, but I missed it in the spec.
Describe the solution you'd like
It would be nice to have a property like
disabledDates
or
availableDates
, which defines only available datesThe text was updated successfully, but these errors were encountered: