Opened 7 years ago
Closed 7 years ago
#14883 closed bug (worksforme)
DataPicker month dropdown has missing months
Reported by: | IanMacro | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using changeMonth: true with a minDate and maxDate that specifies a date range that is a year long but does not start in January results in a month dropdown that runs from January to the month of the maxDate - the months from then to December are missing.
Example: http://jsfiddle.net/IanMacro/89po3pc8/
Tested in IE11, Edge, Chrome
Note: See
TracTickets for help on using
tickets.
This is working properly for me. I see Jan - May for 2015 and Jun - Dec for 2014, which is the range you specified.