Ticket #387 (closed task: fixed)
basic forms sample: yearRange on birthday inputs doesn't appear to do anything
| Reported by: | karel | Owned by: | karel |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4 |
| Component: | modules/kauri-forms | Version: | |
| Keywords: | Cc: |
Description
Change History
comment:2 Changed 2 years ago by karel
- Owner changed from mpo to karel
- Status changed from new to assigned
There are 2 things wrong with the samples:
- yearRange is a property of the date control, not of the date field
- yearRange only makes sens in combination with 'changeYear'. See jQuery documentation: http://docs.jquery.com/UI/Datepicker
On the side: you can't set changeYear in the same way, as yearRange. I'll fix that as well.
Note: See
TracTickets for help on using
tickets.