owenmead / Pikaday

A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS
Other
153 stars 73 forks source link

Do not change calendar view on time change #52

Open iceone opened 7 years ago

iceone commented 7 years ago

Hi! Could you please merge this pull request? There was weird behavior when changing time - calendar was jumping to current date's month if different month was opened.

Thanks.

owenmead commented 7 years ago

Worried this could leave things out of sync in some cases.

arthurkirkosa commented 7 years ago

Maybe passing an option when passing options to the plugin from HOT, set to false by default?

And set the time when the user clicks outside or when minutes are selected.

owenmead commented 6 years ago

Thanks for the feedback. I'm no longer maintaining this code. Happy to point this repo to yours if you would like to carry the torch from here.