#3948 closed defect (fixed)
DateTextBox empty value problems
Reported by: | Douglas Hays | Owned by: | haysmark |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Settning "required=false" does not have an affect. When the date field is empty, a red border is displayed indicating an invalid value even with required=false.
If the date field is empty, bringing up the date picker pre-sets the date to Dec 31, 1969. This is annoying, the date should ideally be today's date instead.
Change History (4)
comment:1 Changed 13 years ago by
Status: | new → assigned |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [9937]) Fixes #3948. Proxy commit for haysmark. The Calendar of an empty DateTextbox? displays the current date instead of the null 1969 date.
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [9930]) References #3948. Proxy commit for haysmark. DateTextboxes? with required=false no longer display an error on blank input.