Search and Top Navigation
#14883 closed bug (worksforme)
Opened November 29, 2015 01:09PM UTC
Closed December 02, 2015 02:35PM UTC
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
Attachments (0)
Change History (1)
Changed December 02, 2015 02:35PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
This is working properly for me. I see Jan - May for 2015 and Jun - Dec for 2014, which is the range you specified.