qodesmith / datepicker

Get a date with JavaScript! A datepicker with no dependencies.
344 stars 101 forks source link

Feature Request: Month Selector #50

Closed Abourass closed 5 years ago

Abourass commented 5 years ago

Hello again! Been using your datepicker's in our app for a bit now, and I absolutely love them. The only thing I'm asked consistently is if there is a way to change the overlay behavior so that once you type in a year, you are next shown the months, click your month, now shown the dates for that month. This would solve users that are in December having to click the arrow 12 times to get to December. Is something like that feasible?

qodesmith commented 5 years ago

That's a great feature request. I think that makes a better user experience / workflow for this calendar. Stay tuned...

qodesmith commented 5 years ago

@Abourass I know it's been a while, but just wanted you to know that I'm working on this as we speak :)

Abourass commented 5 years ago

Awesome! Extremely glad to hear that :+1: :smile:

qodesmith commented 5 years ago

@Abourass Aaaaaaand we're done. The customOverlayMonths feature has been happily implemented 😎

qodesmith commented 5 years ago

To be clear, the months list is now a permanent feature of the overlay. You also have the ability to customize it if you'd like. But navigating months by clicking the arrows isn't your only option anymore. Thanks for suggesting this feature!