react-multi-date-picker
react-multi-date-picker copied to clipboard
Need vertical Scroll
Hi, is it possible to show all months vertically with a scroll?
Unfortunately, this feature is not currently supported :(
Okay, is there any way to set years headers inside panel?
@akashhartler fwiw I was able to do this with a small bit of CSS
'.rmdp-calendar': {
maxHeight: '550px',
overflowY: 'auto',
},
'.rmdp-full-year': {
gridTemplateColumns: 'repeat(1, 1fr)',
},

Hello Banjamin,
This is great, but if you test it, the previous months from the selected date doesn't show up.
Akash Badiyani
Technical Lead Engineer //Hartley Lab
M: +91 937 3470791 <+91+937+3470791> // www.hartleylab.com
https://twitter.com/hartleylab https://www.linkedin.com/company/hartley-lab https://www.facebook.com/HartleyLab/ https://www.youtube.com/channel/UC2wvPee8Zuu_JXjfD2sdXGA
On Wed, Oct 19, 2022 at 8:07 PM Benjamin Charity @.***> wrote:
@akashhartler https://github.com/akashhartler fwiw I was able to do this with a small bit of CSS
'.rmdp-calendar': { maxHeight: '550px', overflowY: 'auto', }, '.rmdp-full-year': { gridTemplateColumns: 'repeat(1, 1fr)', },
— Reply to this email directly, view it on GitHub https://github.com/shahabyazdi/react-multi-date-picker/issues/132#issuecomment-1284121551, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJREN2XNXXKEHCZ6R2JZL7DWEABSLANCNFSM6AAAAAAQLCWDOA . You are receiving this because you were mentioned.Message ID: @.***>