[DataPicker] Allow for passing undefined startDate
, endDate
props when enableRangeSelect
is set to true
#2333
Labels
enhancement
New feature or request
Feature
Allow for passing undefined
startDate
,endDate
props to DatePicker component whenenableRangeSelect
is set totrue
. This allows for not having any initial date range set.That being said, if there is no initial range set then it would be nice to force calendar to navigate to somewhere else than "today",
DatePicker
could haveinitialFocusedDay
prop or something like that.Examples
The text was updated successfully, but these errors were encountered: