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

Passing currentDate argument does not work.

Open xSerioUsx78 opened this issue 1 year ago • 0 comments

I want to pass a custom datetime to the component, but it does not work, why ?

<DatePicker
        currentDate={
          new DateObject({
            year: 2021,
            month: 2,
            day: 1,
          })
        }
        highlightToday={false}
        className={getBaseClassNames}
        ref={ref}
        {...rest}
      />

xSerioUsx78 avatar Jul 31 '24 13:07 xSerioUsx78