Bug Tracker

Opened 15 years ago

Closed 15 years ago

#2732 closed bug (fixed)

ui.datepicker.js (3.4.3): options changeMonth, changeYear are not taken into account

Reported by: klaus Owned by: iMarc
Priority: major Milestone: 1.2.4
Component: ui Version: 1.2.3
Keywords: Cc: klaus
Blocked by: Blocking:

Description

$('#example').datepicker({
    changeMonth: false,
    changeYear: false
});

Doesn't not work, as well as some other options (there seem to be similiar tickets).

Change History (3)

comment:1 Changed 15 years ago by klaus

Cc: klaus added

comment:2 Changed 15 years ago by paul

Owner: changed from paul to iMarc

comment:3 Changed 15 years ago by paul

Resolution: fixed
Status: newclosed

Fixed in r5407.

Note: See TracTickets for help on using tickets.