Search and Top Navigation
#3622 closed bug (fixed)
Opened November 25, 2008 09:56AM UTC
Closed December 07, 2008 11:48PM UTC
.datepicker("setDate", date) doesn't update altField
| Reported by: | deebo | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.7 |
| Component: | ui.datepicker | Version: | 1.6rc2 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
using the following option:
onChangeMonthYear: function(date) {
$(this).datepicker("setDate", date);
}
the actual field updates on month/year change, but the altField does not.