-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Steps to reproduce -
1.) Use a SingleDatePicker. (With the following props)
<SingleDatePicker
startDate={value}
onChange={onChange}
minDate={new Date(2021, 4, 28)}
maxDate={new Date(2021, 5, 30)}
dateFormat={displayFormat}
monthFormat='MMM YYYY'
startDatePlaceholder='Date'
disabled={false}
startWeekDay='monday'
singleCalendar
/>User won't be able to click on next icon because it is disbled.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels