haoxins / react-flatpickr

flatpickr for React
MIT License
598 stars 102 forks source link

How to show year selection? #117

Closed RylkovAlex closed 3 years ago

RylkovAlex commented 4 years ago

When I use react-flatpickr component I'cant select year in the calendar, like it was in simple flatpickr instance.

I have this: image

But I want this: image

Please explain to me how to show the year selection? Thanks!

zahari00 commented 4 years ago

I had the same problem, but I saw that the input is there, but it's just not visible. So adding "display: flex;" to ".flatpickr-current-month" fixed it for me.

image

jacobmischka commented 3 years ago

Pretty sure this was an upstream flatpickr issue that has since been resolved. Closing this now because it's quite old.

spvn commented 2 years ago

I'm having this exact same problem now more than a year after this issue was closed... no idea why this is happening...