Opened 15 years ago
Closed 14 years ago
#2876 closed bug (fixed)
DatePicker: selectors don't fire any event.
Reported by: | acolonna | Owned by: | kbwood |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
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 (2)
comment:1 Changed 15 years ago by
Owner: | changed from paul to kbwood |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
onChangeMonthYear added and passes new year and month (1-12) as parameters.