Open dentep opened 3 years ago
The list doesn't scroll up past current month. Cant see old months???
Hi! you got any solution for old months?
use: initialMonth='YYYYMM' maxMonth={12}
initialMonth={moment().subtract(12, 'months').format('YYYYMM')} //prev 12 months
The list doesn't scroll up past current month. Cant see old months???