#2876 closed enhancement (fixed)
DatePicker: selectors don't fire any event.
Reported by: | acolonna | Owned by: | grabanski |
---|---|---|---|
Priority: | major | Milestone: | 1.5.1 |
Component: | ui.datepicker | Version: | 1.5 |
Keywords: | datepicker calendar | Cc: | |
Blocked by: | Blocking: |
Description
DatePicker's month and year selectors do not fire any event when the used picks a month or year.
The best thing would be for the component to trigger an event like "onMonthSelect" and "onYearSelect", carrying the new date information within the event object.
Change History (7)
comment:1 Changed 15 years ago by
Milestone: | 1.2.4 |
---|
comment:2 Changed 15 years ago by
Component: | ui.core → ui.datepicker |
---|---|
Owner: | paul deleted |
Version: | 1.2.3 → 1.5b4 |
comment:3 Changed 15 years ago by
Type: | bug → enhancement |
---|
comment:4 Changed 15 years ago by
Owner: | set to grabanski |
---|---|
Status: | new → assigned |
comment:5 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added onChangeMonthYear setting to notify of changes to month/year in the datepicker. This option should be set to a function that takes a date as a parameter (the first of the new month/year) followed by a reference to the current datepicker instance. 'this' refers to the original input field.
comment:6 Changed 15 years ago by
Milestone: | → 1.5.1 |
---|
comment:7 Changed 15 years ago by
Version: | 1.5b4 → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Milestone 1.2.4 deleted