-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple months display is broken #37
Comments
When you click on a date it tries to select it, within the limits you've set, then redraws the calendars starting from that month. The dates are still selected, when possible. |
Hello Keith and thank you for answering, Before, every month behaved as the first one, If you selected a date then months didn't jump. Now if you have multiSelect or rangeSelect enabled you need to catch the dates all over the place :) Best regards, Sasha. |
Did any progress get made on this? @wir did you find a way around this? We're finding users are getting confused that the calendar moves on click |
Hey @BigLittleFlan, unfortunately not. I just left it in single month mode and to be honest moved on for now... |
It would be great to have an option where selecting a date from a month other than the first did NOT redraw the calendar. (I'm looking to have all months in a year shown at once, no need to see months in other years) This would enable quickly selecting a date in any month of the year, without the calendar changing constantly. |
+1 and I think related bug is that multiple mode not working in the Three dates inline demo. just a little update: version 4.1 working great with multiple months and multiple selects. |
+1 The way range is working now is very confusing and not user friendly. How can we stop the calendar redraw everytime we click a date ? |
+1 for me! just try to switch from version 3.7 to 5.1 |
see my patch #49 (comment) |
Hello,
First of all thank you for your this wonderful plugin. I've been using it for a while and just noticed this weird bug. I don't know when it started.
When monthsToShow option is set to more then 1 clicking on anything in those extra months just switches months. Something like next months click all over the calendar. It can be tested in your demo under tab Multiple and then click on any date in other two months. First month one works normally. Tested in all the latest browser, inline and normal and it is the same.
Best regards! Sasha.
The text was updated successfully, but these errors were encountered: