react-multi-date-picker icon indicating copy to clipboard operation
react-multi-date-picker copied to clipboard

Multiple Mode Include Range WeekPicker

Open kcode20 opened this issue 1 year ago • 0 comments

The react-multi-date-picker library currently offers a week picker range that allows users to select an entire week as a date range. However, when you are in multiple mode, you cannot select multiple week ranges when using the week picker. The following will trigger an error:

 <DatePicker multiple range weekPicker value={values} onChange={setValues} />

Can we allow the range week picker to allow multiple mode?

kcode20 avatar Mar 26 '24 16:03 kcode20