#[Solved] Display multiple months in DatePickerInput

2 messages · Page 1 of 1 (latest)

umbral ether
#

I am using DatePickerInput with type="range" prop. I want to display two months in the opened calendar as shown in the image. This was supported by amountOfMonths={2} prop in v5. How do you acheive this in v7?

#

Nevermind, found the solution you can use numberOfColumns={2} to acheive this.